[jitsi] update README.md for Task#12203
This commit is contained in:
parent
16db16958e
commit
aadf8dcb2f
1 changed files with 15 additions and 0 deletions
|
@ -39,7 +39,22 @@ JIBRI_XMPP_PASSWORD="create password ex. pwgen 32"
|
|||
|
||||
```
|
||||
|
||||
- run docker-compose
|
||||
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
### Using existing TLS certificate and key
|
||||
|
||||
- update docker-compose.yml
|
||||
|
||||
```
|
||||
services:
|
||||
web:
|
||||
...
|
||||
volumes:
|
||||
...
|
||||
- /path/to/your/cert.fullchain:/config/keys/cert.crt
|
||||
- /path/to/your/cert.key:/config/keys/cert.key
|
||||
```
|
Loading…
Reference in a new issue