summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/docker-compose.traefik.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/docker-compose.traefik.yml b/docker/docker-compose.traefik.yml
index 943cf3c..3b36d10 100644
--- a/docker/docker-compose.traefik.yml
+++ b/docker/docker-compose.traefik.yml
@@ -25,11 +25,11 @@ services:
networks:
- proxy
environment:
- CONDUIT_SERVER_NAME: localhost:8000 # replace with your own name
+ CONDUIT_SERVER_NAME: localhost:6167 # replace with your own name
CONDUIT_TRUSTED_SERVERS: '["matrix.org"]'
### Uncomment and change values as desired
# CONDUIT_ADDRESS: 127.0.0.1
- # CONDUIT_PORT: 8000
+ # CONDUIT_PORT: 6167
# CONDUIT_CONFIG: '/srv/conduit/conduit.toml' # if want to configure purely by env vars, set this to an empty string ''
# Available levels are: error, warn, info, debug, trace - more info at: https://docs.rs/env_logger/*/env_logger/#enabling-logging
# CONDUIT_LOG: info # default is: "info,rocket=off,_=off,sled=off"