update
This commit is contained in:
parent
826aa96f26
commit
0231f14732
1 changed files with 5 additions and 1 deletions
|
@ -27,8 +27,12 @@ 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
|
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
|
||||||
```
|
```
|
||||||
|
Following Files are important and have been changed and setup with the script:
|
||||||
|
* .env.local
|
||||||
|
* docker.config
|
||||||
|
* docker-compose.yml
|
||||||
|
|
||||||
|
|
||||||
## Final Result
|
## Final Result
|
||||||
|
|
Loading…
Add table
Reference in a new issue