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