diff options
author | jribal <jeremie.ribal@epitech.eu> | 2019-01-02 08:38:18 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-02 07:38:18 +0000 |
commit | 265513e499f824f540e3814ff34bfb8b99d4590a (patch) | |
tree | 65d22932c262323763964d5e8b416d5343188588 /contrib | |
parent | Update PR template to use absolute links (#4341) (diff) | |
download | synapse-265513e499f824f540e3814ff34bfb8b99d4590a.tar.xz |
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.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/docker/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml index 2c1f0671b2..1e4ee43758 100644 --- a/contrib/docker/docker-compose.yml +++ b/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 |