doc: add missing volumes to quick start

This commit is contained in:
René Kost
2020-05-07 23:19:10 +02:00
committed by GitHub
parent 278186528c
commit 0615ed6e02

View File

@@ -37,7 +37,7 @@ follow these steps:
* Set strong passwords in the security section options of ``.env`` file by running the following bash script * Set strong passwords in the security section options of ``.env`` file by running the following bash script
* `./gen-passwords.sh` * `./gen-passwords.sh`
* Create required `CONFIG` directories * Create required `CONFIG` directories
* `mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb,jigasi,jibri}` * `mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri}`
* Run ``docker-compose up -d`` * Run ``docker-compose up -d``
* Access the web UI at [``https://localhost:8443``](https://localhost:8443) (or a different port, in case you edited the compose file). * Access the web UI at [``https://localhost:8443``](https://localhost:8443) (or a different port, in case you edited the compose file).