diff --git a/tests/fixtures/links-figfile/fig.yml b/tests/fixtures/links-figfile/fig.yml new file mode 100644 index 000000000..955436336 --- /dev/null +++ b/tests/fixtures/links-figfile/fig.yml @@ -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