Skip to content
Snippets Groups Projects
Commit c58a6e61 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

document supported env vars for docker 'generate' option

parent 043ab6da
No related branches found
No related tags found
No related merge requests found
......@@ -179,3 +179,10 @@ docker run -d --name synapse \
-e SYNAPSE_CONFIG_PATH=/data/homeserver.yaml \
matrixdotorg/synapse:latest
```
The following environment variables are supported in this mode:
* `SYNAPSE_SERVER_NAME` (mandatory): the server public hostname.
* `SYNAPSE_REPORT_STATS` (mandatory, `yes` or `no`): whether to enable
anonymous statistics reporting.
* `SYNAPSE_CONFIG_PATH` (mandatory): path to the file to be generated.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment