Update debian.sh

This commit is contained in:
Felix Schulze
2023-10-10 19:54:11 +02:00
committed by GitHub
parent 6f9b169cb0
commit b1cb649f46

View File

@ -25,6 +25,7 @@ touch docker-compose.yml
apt install -y curl apt install -y curl
curl -fsSL https://get.docker.com -o get-docker.sh curl -fsSL https://get.docker.com -o get-docker.sh
sh ./get-docker.sh sh ./get-docker.sh
rm get-docker.sh
#autoheal #autoheal
docker run -d \ docker run -d \