[jitsi] update README.md for Task#12203

This commit is contained in:
kjg 2023-11-21 15:33:05 +00:00
parent 16db16958e
commit aadf8dcb2f

View file

@ -39,7 +39,22 @@ JIBRI_XMPP_PASSWORD="create password ex. pwgen 32"
``` ```
- run docker-compose
``` ```
docker-compose up -d 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
```