We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e78cd commit 6c8041bCopy full SHA for 6c8041b
1 file changed
README.md
@@ -96,6 +96,7 @@ If you're looking to run against a custom Dockerfile, it must meet the following
96
97
- The Dockerfile must `EXPOSE 8008` and `EXPOSE 8448` for client and federation traffic respectively.
98
- The homeserver should run and listen on these ports.
99
+- The homeserver should listen on plain HTTP for client traffic and HTTPS for federation traffic. See [Complement PKI](#Complement-PKI) below.
100
- The homeserver should become healthy within `COMPLEMENT_SPAWN_HS_TIMEOUT_SECS` if a `HEALTHCHECK` is specified in the Dockerfile.
101
- The homeserver needs to `200 OK` requests to `GET /_matrix/client/versions`.
102
- The homeserver needs to manage its own storage within the image.
0 commit comments