1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-01 10:18:21 +02:00

Fix wrong env var name in traefik compose

This commit is contained in:
Daniel Wiesenberg 2021-05-22 20:49:07 +02:00
parent c6625d83e6
commit 634fe04c33

View file

@ -25,7 +25,7 @@ services:
networks:
- proxy
environment:
ROCKET_SERVER_NAME: localhost:8000 # replace with your own name
CONDUIT_SERVER_NAME: localhost:8000 # replace with your own name
CONDUIT_TRUSTED_SERVERS:
- 'matrix.org'
### Uncomment and change values as desired