doc: delete unnecessary dot

This dot can be misleading and the deleting is easier for "copy and paste".
This commit is contained in:
Dai Dang Van 2020-04-25 03:08:38 +07:00 committed by GitHub
parent 4426ed8f27
commit 78df6a4644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ follow these steps:
* Set strong passwords in the security section options: `./gen-passwords.sh`
* Create required `CONFIG` directories
* `mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,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).
Note that HTTP (not HTTPS) is also available (on port 8000, by default), but that's e.g. for a reverse proxy setup;