From 516837704e40e93bd88c86cd9e7c0c9ff6420d27 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:19:23 +0100 Subject: [PATCH] Update --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c1f124..5cd5684 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# Docker Compose Repo for Meetling and Jitsi Admin \ No newline at end of file +# Docker Compose Repo for Meetling and Jitsi Admin + + +Use the root user to setup docker and Jitsi Admin +```sh +su root +``` + +To use the setup script for docker-compose, run the following commands. +```sh +su root +wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh +bash setup.sh +rm setup.sh +``` \ No newline at end of file