DEBSOURCES
Skip Quicknav
sources / docker-compose / 2.32.4-3 / pkg / e2e / fixtures / logs-test / compose.yaml
12345678910
services: ping: image: alpine init: true command: ping localhost -c ${REPEAT:-1} hello: image: alpine command: echo hello deploy: replicas: 2