mirror of https://github.com/docker/compose.git
11 lines
167 B
YAML
11 lines
167 B
YAML
|
services:
|
||
|
test:
|
||
|
image: alpine
|
||
|
container_name: test
|
||
|
command: /bin/true
|
||
|
|
||
|
another_test:
|
||
|
image: alpine
|
||
|
container_name: test
|
||
|
command: /bin/true
|