web/docker-compose/docker-compose.utility.yml
2024-10-29 20:50:41 +05:00

10 lines
255 B
YAML

services:
autoheal:
container_name: freedium_autoheal
restart: always
image: willfarrell/autoheal
environment:
- AUTOHEAL_CONTAINER_LABEL=all
volumes:
- /var/run/docker.sock:/var/run/docker.sock
stop_grace_period: 2m