mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
add default network
https://github.com/docker/compose/issues/4799#issuecomment-580082713
This commit is contained in:
parent
2bcd212806
commit
70ae386f56
|
@ -67,6 +67,7 @@ services:
|
||||||
- "80:80" # Point your reverse proxy to port 80 of this service
|
- "80:80" # Point your reverse proxy to port 80 of this service
|
||||||
networks:
|
networks:
|
||||||
- seafile-net
|
- seafile-net
|
||||||
|
- default
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
seafile-net:
|
seafile-net:
|
||||||
|
|
Loading…
Reference in a new issue