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
d1eabcecb6
compose
/
tests
/
fixtures
/
extends
/
invalid-links.yml
12 lines
125 B
YAML
Raw
Normal View
History
Unescape
Escape
Account for aliased links Fix failing tests Signed-off-by: John Harris <john@johnharris.io>
2016-04-17 21:25:06 +02:00
mydb
:
build
:
'.'
Validate extended service against our schema Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-08-25 18:54:06 +02:00
myweb
:
build
:
'.'
extends
:
service
:
web
command
:
top
web
:
build
:
'.'
links
:
-
"mydb:db"