Browse Source

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.
jribal 5 years ago
parent
commit
265513e499
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/docker/docker-compose.yml

+ 1 - 1
contrib/docker/docker-compose.yml

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