update
This commit is contained in:
parent
fa1c9e6d96
commit
826aa96f26
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -8,14 +8,24 @@ su root
|
||||||
```
|
```
|
||||||
|
|
||||||
To use the setup script for docker-compose, run the following commands.
|
To use the setup script for docker-compose, run the following commands.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
echo "Download Setup Script"
|
||||||
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh
|
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh
|
||||||
|
echo "Execute Setup Script"
|
||||||
bash setup.sh
|
bash setup.sh
|
||||||
|
echo "Remove Setup Script"
|
||||||
rm setup.sh
|
rm setup.sh
|
||||||
|
echo "Execute Docker Compose"
|
||||||
|
cd /opt/jitsi-admin && docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Run Docker Compose
|
## Working directory
|
||||||
|
The setup script will clone and add files into the directory /opt/jitsi-admin.
|
||||||
|
|
||||||
|
You can therefrom run the composer command again or check the variables which are used to setup the containers
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd /opt/jitsi-admin && docker-compose up -d
|
cd /opt/jitsi-admin && docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue