Update
This commit is contained in:
parent
abb4361546
commit
516837704e
1 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
@ -1 +1,15 @@
|
||||||
# Docker Compose Repo for Meetling and Jitsi Admin
|
# 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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue