mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add quotation marks to ports
This commit is contained in:
parent
ad878a8512
commit
2bcd212806
|
@ -64,7 +64,7 @@ services:
|
|||
seafile-caddy:
|
||||
image: ggogel/seafile-caddy:1.0.0
|
||||
ports:
|
||||
- 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:
|
||||
- seafile-net
|
||||
|
||||
|
|
Loading…
Reference in a new issue