add quotation marks to ports

This commit is contained in:
Gerrit Gogel 2021-02-03 16:37:39 +01:00
parent ad878a8512
commit 2bcd212806

View file

@ -64,7 +64,7 @@ services:
seafile-caddy: seafile-caddy:
image: ggogel/seafile-caddy:1.0.0 image: ggogel/seafile-caddy:1.0.0
ports: 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: networks:
- seafile-net - seafile-net