mirror of https://github.com/docker/compose.git
8 lines
120 B
YAML
8 lines
120 B
YAML
|
services:
|
||
|
ping:
|
||
|
image: alpine
|
||
|
command: ping localhost -c 1
|
||
|
hello:
|
||
|
image: alpine
|
||
|
command: echo hello
|