From 4e3010188a3e7f36f7fa18a37665d4d802ea716b Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 20:26:56 +0100 Subject: [PATCH] add installdocker --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08ea69a..ef312bd 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ su root To use the setup script for docker-compose, run the following commands. +```sh +echo "Execute Docker Install Scipt" +wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh +rm installDocker.sh +``` + ```sh echo "Download Setup Script" wget https://git.h2-invent.com/Datenschutzcenter/Docker-Compose/raw/branch/main/setup.sh