From ae3806357c0838f0a657edbbb1d3c7663eac7118 Mon Sep 17 00:00:00 2001 From: simatec Date: Fri, 16 Dec 2022 17:27:22 +0100 Subject: [PATCH] (simatec) Fix Readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e183760..aca5f08 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,19 @@ https://www.mailpiler.org/ * Install Docker and dependencies ``` -apt install curl git docker.io docker-compose -y +apt install curl git -y +``` + +``` +curl -sSL https://get.docker.com/ | CHANNEL=stable sh +systemctl enable --now docker +``` + +* Install Docker-Compose + +``` +curl -L https://github.com/docker/compose/releases/download/$(curl -Ls https://www.servercow.de/docker-compose/latest.php)/docker-compose-$(uname -s)-$(uname -m) > /usr/local/bin/docker-compose +chmod +x /usr/local/bin/docker-compose ``` * reboot your system