compose.yaml hinzugefügt
This commit is contained in:
parent
8647055d9a
commit
d21dd2f328
1 changed files with 23 additions and 0 deletions
23
compose.yaml
Normal file
23
compose.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
services:
|
||||
wireguard:
|
||||
image: lscr.io/linuxserver/wireguard:latest
|
||||
container_name: wireguard
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE #optional
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /app-config/wireguard/:/config
|
||||
- /lib/modules:/lib/modules #optional
|
||||
networks:
|
||||
- emby_network
|
||||
sysctls:
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
emby_network:
|
||||
name: emby_network
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue