compose/pkg/e2e/fixtures/restart-test/compose.yaml

6 lines
162 B
YAML

services:
restart:
image: alpine
init: true
command: ash -c "if [[ -f /tmp/restart.lock ]] ; then sleep infinity; else touch /tmp/restart.lock; fi"