Ports as string for reliable parsing

This commit is contained in:
WilliamMiceli
2018-07-11 01:16:46 -04:00
parent 3902604d5f
commit bce43e4229

View File

@@ -8,8 +8,8 @@ services:
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}
ports:
- 80:80
- 443:443
- "80:80"
- "443:443"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock