This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d9c9b5e1f0
compose
/
docs
/
fig.yml
9 lines
106 B
YAML
Raw
Normal View
History
Unescape
Escape
Move docs to master branch - build with script/build-docs - deploy with script/deploy-docs
2014-01-27 12:42:38 +01:00
jekyll
:
build
:
.
ports
:
Documentation: Include notes on mapping ports 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
2014-02-20 13:53:43 +01:00
-
"4000:4000"
Move docs to master branch - build with script/build-docs - deploy with script/deploy-docs
2014-01-27 12:42:38 +01:00
volumes
:
-
.:/code
environment
:
-
LANG=en_US.UTF-8