From 3d47f6a2adc4b4674949b30ed6a2684479ca31fd Mon Sep 17 00:00:00 2001 From: Felix Schulze <39433012+thefeli73@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:29:35 +0200 Subject: [PATCH] Update debian.sh --- debian.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian.sh b/debian.sh index 1ec5061..e201319 100644 --- a/debian.sh +++ b/debian.sh @@ -25,3 +25,11 @@ touch docker-compose.yml apt install -y curl curl -fsSL https://get.docker.com -o get-docker.sh sh ./get-docker.sh + +#autoheal +docker run -d \ + --name autoheal \ + --restart=always \ + -e AUTOHEAL_CONTAINER_LABEL=all \ + -v /var/run/docker.sock:/var/run/docker.sock \ + willfarrell/autoheal