6 lines
130 B
YAML
6 lines
130 B
YAML
|
|
services:
|
||
|
|
test-restart:
|
||
|
|
image: busybox:1.36
|
||
|
|
command: ["sh", "-c", "echo started && sleep infinity"]
|
||
|
|
restart: always
|