fix networks for syncthing
This commit is contained in:
parent
c7ef7df72b
commit
1f11af31f2
1 changed files with 3 additions and 1 deletions
|
@ -34,3 +34,5 @@ services:
|
||||||
- 22000:22000/udp
|
- 22000:22000/udp
|
||||||
- 21027:21027/udp
|
- 21027:21027/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- proxy
|
Reference in a new issue