mirror of
https://github.com/docker/compose.git
synced 2025-08-31 06:28:11 +02:00
5 lines
147 B
YAML
5 lines
147 B
YAML
services:
|
|
restart:
|
|
image: alpine
|
|
command: ash -c "if [[ -f /tmp/restart.lock ]] ; then sleep infinity; else touch /tmp/restart.lock; fi"
|