mirror of https://github.com/docker/compose.git
9 lines
101 B
YAML
9 lines
101 B
YAML
|
services:
|
||
|
foo:
|
||
|
image: nginx:alpine
|
||
|
depends_on:
|
||
|
- bar
|
||
|
|
||
|
bar:
|
||
|
image: nginx:alpine
|