compose-action/test/docker-compose-with-env.yml
Il Sub Bang 78f44f26f9 test: --abort-on-container-exit option
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-04-03 11:38:21 +02:00

10 lines
133 B
YAML

version: "3.8"
volumes:
test_volume: {}
services:
service-a:
image: ${IMAGE_NAME}
command: ["tail", "-f", "/dev/null"]