enable docker

This commit is contained in:
Ronny Grebner 2023-06-16 10:41:05 +00:00
parent 9f709fc55c
commit 246d043769

View File

@ -11,6 +11,7 @@ apt update
apt install -y docker docker-compose
hostnamectl set-hostname $HOSTNAME
systemctl enable --now docker
cd /home/ubuntu
wget -O docker-compose.yml $FULL_COMPOSE_URL