mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +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
9 lines
106 B
YAML
9 lines
106 B
YAML
jekyll:
|
|
build: .
|
|
ports:
|
|
- "4000:4000"
|
|
volumes:
|
|
- .:/code
|
|
environment:
|
|
- LANG=en_US.UTF-8
|