fix: matrix-federation entrypoint on :8448 instead of :9001 #105

Open
notplants wants to merge 2 commits from compose.matrix into master
Owner

compose.matrix.yml was mapping port 9001, but it probably should have been mapping port 8448 (which is the default matrix expects).

I saw that federation was not working before via this, and after making the change, matrix federation appears to be working from https://federationtester.matrix.org

compose.matrix.yml was mapping port 9001, but it probably should have been mapping port 8448 (which is the default matrix expects). I saw that federation was not working before via this, and after making the change, matrix federation appears to be working from https://federationtester.matrix.org
notplants added 1 commit 2026-05-25 16:50:45 +00:00
fix: matrix-federation entrypoint on :8448 to match published port
Some checks failed
continuous-integration/drone/pr Build is failing
e94da63371
compose.matrix.yml publishes container port 8448, but the entrypoint
was on :9001 — federation traffic hit no listener. :9001 also collided
with the minio-console entrypoint.
notplants force-pushed compose.matrix from e94da63371 to 88f1e61da2 2026-05-25 16:53:49 +00:00 Compare
notplants requested review from p4u1 2026-05-25 16:55:46 +00:00
notplants requested review from decentral1se 2026-05-25 16:55:56 +00:00
notplants requested review from javielico 2026-05-25 16:56:05 +00:00
notplants requested review from moritz 2026-05-25 16:56:13 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin compose.matrix:compose.matrix
git checkout compose.matrix
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/traefik#105
No description provided.