Files
myos/stack/host/autoheal.yml
T
Yann Autissier b938dd0ffd node is host
2022-11-30 11:45:58 +01:00

12 lines
268 B
YAML

version: '3.6'
services:
autoheal:
container_name: ${HOST_COMPOSE_PROJECT_NAME}-autoheal
image: willfarrell/autoheal:latest
environment:
- AUTOHEAL_CONTAINER_LABEL=all
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock