compose-action/test/docker-compose.ci.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

8 lines
125 B
YAML

version: "3.8"
services:
service-d:
image: busybox
command: ["tail", "-f", "/dev/null"]
profiles: [profile-2]