mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Add missing fixture file
Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
parent
1d1e23611b
commit
e71e82f8ac
11
tests/fixtures/links-figfile/fig.yml
vendored
Normal file
11
tests/fixtures/links-figfile/fig.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
db:
|
||||
image: ubuntu
|
||||
command: /bin/sleep 300
|
||||
web:
|
||||
image: ubuntu
|
||||
command: /bin/sleep 300
|
||||
links:
|
||||
- db:db
|
||||
console:
|
||||
image: ubuntu
|
||||
command: /bin/sleep 300
|
Loading…
x
Reference in New Issue
Block a user