web/docker-compose/docker-compose.utility.yml
2024-09-20 18:39:12 +05:00

12 lines
271 B
YAML

version: '3.7'
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