mirror of
https://github.com/docker/compose.git
synced 2025-10-17 13:29:11 +02:00
When mapping ports as strings there is an issue with the way YAML parses numbers in the format "xx:yy" where yy is less than 60 - this issue is now included in the documentation. This fixes #103