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

11 lines
132 B
YAML

version: '2.2'
services:
web:
depends_on:
- db
- other
other:
image: busybox:latest
command: "top"