Update debian.sh

This commit is contained in:
Felix Schulze
2023-04-23 15:29:35 +02:00
committed by GitHub
parent 9576e2907d
commit 3d47f6a2ad

View File

@ -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