update readme
This commit is contained in:
parent
5e383beec6
commit
548f07fbbe
2 changed files with 5 additions and 7 deletions
10
README.md
10
README.md
|
@ -10,17 +10,17 @@ su root
|
|||
To use the setup script for docker-compose, run the following commands.
|
||||
|
||||
```sh
|
||||
echo "Execute Docker Install Scipt"
|
||||
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh
|
||||
echo "Download Setup Script"
|
||||
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh
|
||||
echo "Execute Setup Script"
|
||||
bash setup.sh
|
||||
echo "Remove 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
|
||||
```
|
||||
|
||||
|
||||
## Working directory
|
||||
The setup script will clone and add files into the directory /opt/jitsi-admin.
|
||||
|
||||
|
|
2
setup.sh
2
setup.sh
|
@ -11,8 +11,6 @@ echo ""
|
|||
echo "2. The installer will install CURL and GIT"
|
||||
apt install curl git -y
|
||||
|
||||
|
||||
|
||||
echo ""
|
||||
echo "3. The installer will clone the Docker-Compose Repository"
|
||||
HOME_DIR=/opt/jitsi-admin
|
||||
|
|
Loading…
Add table
Reference in a new issue