From 324e1beabf0f7e99c3124e7629bb62f80760aa05 Mon Sep 17 00:00:00 2001 From: Craft Date: Tue, 9 Jul 2024 21:49:55 +0000 Subject: [PATCH] Update docker.md specifying port so that others don't also run into trying to figure this out when following this md. --- docs/deploying/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying/docker.md b/docs/deploying/docker.md index a45c6704..f914427a 100644 --- a/docs/deploying/docker.md +++ b/docs/deploying/docker.md @@ -64,6 +64,7 @@ docker run -d -p 8448:6167 \ -e CONDUIT_MAX_REQUEST_SIZE="20000000" \ -e CONDUIT_TRUSTED_SERVERS="[\"matrix.org\"]" \ -e CONDUIT_MAX_CONCURRENT_REQUESTS="100" \ + -e CONDUIT_PORT="6167" \ --name conduit ```