update
This commit is contained in:
parent
656223f47d
commit
1c3baa5ca8
1 changed files with 6 additions and 3 deletions
|
@ -7,16 +7,19 @@ Use the root user to setup docker and Jitsi Admin
|
|||
su root
|
||||
```
|
||||
|
||||
To use the setup script for docker-compose, run the following commands.
|
||||
|
||||
This script will setup a repo file and install docker and docker-compose.
|
||||
```sh
|
||||
echo "Execute Docker Install Scipt"
|
||||
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh
|
||||
rm installDocker.sh
|
||||
```
|
||||
|
||||
To use the setup script for docker-compose, run the following commands.
|
||||
```sh
|
||||
echo "Download Setup Script"
|
||||
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh && bash setup.sh
|
||||
echo "Remove Setup Scripts"
|
||||
rm setup.sh
|
||||
rm installDocker.sh
|
||||
echo "Execute Docker Compose"
|
||||
cd /opt/jitsi-admin && docker-compose up -d
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue