diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-27 11:19:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 11:19:37 +0100 |
commit | b4db70e1676be291fe3da7b71b753f5db67d65b5 (patch) | |
tree | b013cfb241562d7159ab032198beab314607720b /docker/README.md | |
parent | Reduce the amount of stuff we send in the docker context (#5564) (diff) | |
parent | changelog (diff) | |
download | synapse-b4db70e1676be291fe3da7b71b753f5db67d65b5.tar.xz |
Merge pull request #5565 from matrix-org/rav/docker/fix_log_config
Docker: generate our own log config
Diffstat (limited to 'docker/README.md')
-rw-r--r-- | docker/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md index 5c85c538a8..a42d1d24b6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -186,6 +186,8 @@ The following environment variables are supported in this mode: * `SYNAPSE_REPORT_STATS` (mandatory, `yes` or `no`): whether to enable anonymous statistics reporting. * `SYNAPSE_CONFIG_PATH` (mandatory): path to the file to be generated. +* `SYNAPSE_CONFIG_DIR`: where additional config files (such as the log config + and event signing key) will be stored. Defaults to `/data`. * `SYNAPSE_DATA_DIR`: where the generated config will put persistent data such as the datatase and media store. Defaults to `/data`. * `UID`, `GID`: the user id and group id to use for creating the data |