stack-orchestrator/stack_orchestrator/data/compose/docker-compose-test-restart...

6 lines
135 B
YAML

services:
test-restart-hook:
image: busybox:1.36
command: ["sh", "-c", "echo started && sleep infinity"]
restart: always