Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update docker-compose.yml (#4282)
Browse files Browse the repository at this point in the history
Hi, the original docker-compose file did not work by default.
You get federation port working but no client port.

My proposal is to let federation port work as it is by default (8448) and let traefik handle client http/https traffic.
  • Loading branch information
jribal authored and richvdh committed Jan 2, 2019
1 parent 252c0c8 commit 265513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
labels:
- traefik.enable=true
- traefik.frontend.rule=Host:my.matrix.Host
- traefik.port=8448
- traefik.port=8008

db:
image: docker.io/postgres:10-alpine
Expand Down

0 comments on commit 265513e

Please sign in to comment.