diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..b38c2d3 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3' +services: + autoheal: + container_name: autoheal + image: willfarrell/autoheal + environment: + - AUTOHEAL_CONTAINER_LABEL=all + volumes: + - '/var/run/docker.sock:/var/run/docker.sock' + restart: always