compose/tests/fixtures/override-files/docker-compose.yml

11 lines
183 B
YAML

version: '2.2'
services:
web:
image: busybox:1.31.0-uclibc
command: "sleep 200"
depends_on:
- db
db:
image: busybox:1.31.0-uclibc
command: "sleep 200"