Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored Jan 14, 2025
1 parent 630a681 commit 3fd2f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/devops-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,10 @@ You are now able to run `docker compose up` as usual.
When running behing a reverse proxy from the same host, the communication between the proxy and Jitsi Meet is often in HTTP and not HTTPS since we generally don't have valid certificates for `localhost`.
:::note
Jitsi Meet does not currently work well when deployed in a subdirectory.
:::
### Disable HTTPS
HTTPS can be disabled in the Docker Compose configuration (since HTTPS will probably not work on localhost):
Expand Down

0 comments on commit 3fd2f7a

Please sign in to comment.