Closed sitogi closed 1 year ago
Surround ports with single quotes in docker-compose.yml because it is recommended that values containing colons be treated as strings in yaml.
https://docs.docker.com/compose/compose-file/#ports
HOST:CONTAINER SHOULD always be specified as a (quoted) string, to avoid conflicts with yaml base-60 float.
Description
Surround ports with single quotes in docker-compose.yml because it is recommended that values containing colons be treated as strings in yaml.
Additional Information
https://docs.docker.com/compose/compose-file/#ports