Account for aliased links Fix failing tests Signed-off-by: John Harris <john@johnharris.io>

This commit is contained in:
johnharris85 2016-04-17 15:25:06 -04:00 committed by Joffrey F
commit f655a8af95
3 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,5 @@
mydb:
build: '.'
myweb:
build: '.'
extends:

View file

@ -1366,7 +1366,7 @@ class ConfigTest(unittest.TestCase):
build_config_details({
'version': '2',
'services': {
'web': {'image': 'busybox', 'links': ['db']},
'web': {'image': 'busybox', 'links': ['db:db']},
},
})
)