compose.yaml 147 B

1234
  1. services:
  2. restart:
  3. image: alpine
  4. command: ash -c "if [[ -f /tmp/restart.lock ]] ; then sleep infinity; else touch /tmp/restart.lock; fi"