14 lines
No EOL
309 B
Markdown
14 lines
No EOL
309 B
Markdown
# 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
|
|
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh
|
|
bash setup.sh
|
|
rm setup.sh
|
|
``` |