Server Version - V0.16.3
Steps to reproduce the problem:
Create an environment.
Create a service in this environment by specifying a port map.
The docker-compose.yml for this service has the ports specified as follows:
Following is the recommendation:
"Note: When mapping ports in the HOST:CONTAINER format, you may experience erroneous results when using a container port lower than 60, because YAML will parse numbers in the format xx:yy as sexagesimal (base 60). For this reason, we recommend always explicitly specifying your port mappings as strings."
Server Version - V0.16.3
Steps to reproduce the problem:
Create an environment.
Create a service in this environment by specifying a port map.
The docker-compose.yml for this service has the ports specified as follows:
Following is the recommendation:
"Note: When mapping ports in the HOST:CONTAINER format, you may experience erroneous results when using a container port lower than 60, because YAML will parse numbers in the format xx:yy as sexagesimal (base 60). For this reason, we recommend always explicitly specifying your port mappings as strings."