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

11 lines
139 B
YAML

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