Fix restricted outbound traffic
This commit is contained in:
parent
0906b5dece
commit
d58257597a
1 changed files with 2 additions and 0 deletions
|
@ -10,7 +10,9 @@ services:
|
||||||
- "/mnt/raid/music/:/music:ro"
|
- "/mnt/raid/music/:/music:ro"
|
||||||
networks:
|
networks:
|
||||||
- nginx_proxy
|
- nginx_proxy
|
||||||
|
- web
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nginx_proxy:
|
nginx_proxy:
|
||||||
external: true
|
external: true
|
||||||
|
web:
|
||||||
|
|
Loading…
Reference in a new issue