Update docker-compose.yml (#4282)

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.
This commit is contained in:
jribal 2019-01-02 08:38:18 +01:00 committed by Richard van der Hoff
parent 252c0c81fa
commit 265513e499

View file

@ -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