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
1096a903be
compose
/
tests
/
fixtures
/
v2-simple
/
docker-compose.yml
9 lines
130 B
YAML
Raw
Normal View
History
Unescape
Escape
Make 'version' a string Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-01-29 16:58:38 +01:00
version
:
"2"
Use networking for version 2 Compose files - Remove --x-networking and --x-network-driver - There's now no way to set a network driver - this will be added back with the 'networks' key Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-01-12 17:26:20 +01:00
services
:
simple
:
image
:
busybox:latest
command
:
top
another
:
image
:
busybox:latest
command
:
top