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:
|
||||
- /app-config/wireguard/:/config
|
||||
- /lib/modules:/lib/modules #optional
|
||||
networks:
|
||||
- emby_network
|
||||
ports:
|
||||
- 8096:8096
|
||||
- 8920:8920
|
||||
- 9096:9096
|
||||
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