update readme
This commit is contained in:
parent
ca87e0bc25
commit
fa1c9e6d96
1 changed files with 23 additions and 1 deletions
22
README.md
22
README.md
|
@ -1,6 +1,7 @@
|
|||
# Docker Compose Repo for Meetling and Jitsi Admin
|
||||
|
||||
|
||||
## Installation of Jitsi Admin
|
||||
Use the root user to setup docker and Jitsi Admin
|
||||
```sh
|
||||
su root
|
||||
|
@ -12,3 +13,24 @@ wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh
|
|||
bash setup.sh
|
||||
rm setup.sh
|
||||
```
|
||||
|
||||
|
||||
## Run Docker Compose
|
||||
```sh
|
||||
cd /opt/jitsi-admin && docker-compose up -d
|
||||
```
|
||||
|
||||
|
||||
## Final Result
|
||||
Following final Result should be printed from the docker-compose command:
|
||||
```sh
|
||||
# docker-compose up -d
|
||||
Creating network "jitsi-admin_external" with the default driver
|
||||
Creating network "jitsi-admin_internal" with the default driver
|
||||
Creating jitsi-admin_traefik-ja_1 ... done
|
||||
Creating jitsi-admin_db-ja_1 ... done
|
||||
Creating jitsi-admin_websocket-ja_1 ... done
|
||||
Creating jitsi-admin_app-ja_1 ... done
|
||||
Creating jitsi-admin_keycloak-ja_1 ... done
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue