compose.yaml 162 B

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