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

6 lines
130 B
YAML
Raw Normal View History

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