From defaaaecb9f56fae2f8543dbb2f994a28b58389c Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Mon, 14 Feb 2022 15:42:38 +0100 Subject: [PATCH] [synapse] Change port for webproxy to 8008 --- synapse/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/docker-compose.yaml b/synapse/docker-compose.yaml index ba85cee..dbb2f90 100644 --- a/synapse/docker-compose.yaml +++ b/synapse/docker-compose.yaml @@ -8,7 +8,7 @@ services: - /media/matrix/matrix_data:/data environment: - VIRTUAL_HOST=matrix.jfreudenberger.de # the domain where the service should be reached - - VIRTUAL_PORT=80 # the port the service listens in the container + - VIRTUAL_PORT=8008 # the port the service listens in the container - LETSENCRYPT_HOST=matrix.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl networks: - server