This commit is contained in:
holzi1005 2024-12-08 18:19:23 +01:00
parent abb4361546
commit 516837704e

View file

@ -1 +1,15 @@
# 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
```