compose/tests/fixtures/links-figfile/fig.yml

12 lines
189 B
YAML

db:
image: busybox:latest
command: /bin/sleep 300
web:
image: busybox:latest
command: /bin/sleep 300
links:
- db:db
console:
image: busybox:latest
command: /bin/sleep 300