compose/pkg/e2e/fixtures/container_name/compose.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