web/docker-compose/docker-compose.utility.yml

11 lines
255 B
YAML
Raw Normal View History

2024-09-20 13:39:12 +00:00
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