compose.yaml aktualisiert
This commit is contained in:
parent
d21dd2f328
commit
5ac1280728
1 changed files with 4 additions and 6 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -12,12 +12,10 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/wireguard/:/config
|
- /app-config/wireguard/:/config
|
||||||
- /lib/modules:/lib/modules #optional
|
- /lib/modules:/lib/modules #optional
|
||||||
networks:
|
ports:
|
||||||
- emby_network
|
- 8096:8096
|
||||||
|
- 8920:8920
|
||||||
|
- 9096:9096
|
||||||
sysctls:
|
sysctls:
|
||||||
- net.ipv4.conf.all.src_valid_mark=1
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
|
||||||
emby_network:
|
|
||||||
name: emby_network
|
|
||||||
external: true
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue