compose/tests/fixtures/links-composefile/docker-compose.yml

12 lines
156 B
YAML

db:
image: busybox:latest
command: top
web:
image: busybox:latest
command: top
links:
- db:db
console:
image: busybox:latest
command: top