summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-21 11:32:39 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-21 11:32:39 +0000
commit74a90a04d35436e9fcee0eb5207df4ed44e6ad89 (patch)
tree70d49c6debdc40d795c063a85acd20e7024df84b
parentMerge pull request #5859 from matrix-org/rei/msc2197 (diff)
parentTypographical corrections in docker/README (#5921) (diff)
downloadsynapse-74a90a04d35436e9fcee0eb5207df4ed44e6ad89.tar.xz
Typographical corrections in docker/README (#5921)
Diffstat (limited to '')
-rw-r--r--docker/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docker/README.md b/docker/README.md

index 46bb9d2d99..d5879c2f2c 100644 --- a/docker/README.md +++ b/docker/README.md
@@ -17,7 +17,7 @@ By default, the image expects a single volume, located at ``/data``, that will h * the appservices configuration. You are free to use separate volumes depending on storage endpoints at your -disposal. For instance, ``/data/media`` coud be stored on a large but low +disposal. For instance, ``/data/media`` could be stored on a large but low performance hdd storage while other files could be stored on high performance endpoints. @@ -27,8 +27,8 @@ configuration file there. Multiple application services are supported. ## Generating a configuration file -The first step is to genearte a valid config file. To do this, you can run the -image with the `generate` commandline option. +The first step is to generate a valid config file. To do this, you can run the +image with the `generate` command line option. You will need to specify values for the `SYNAPSE_SERVER_NAME` and `SYNAPSE_REPORT_STATS` environment variable, and mount a docker volume to store @@ -59,7 +59,7 @@ The following environment variables are supported in `generate` mode: * `SYNAPSE_CONFIG_PATH`: path to the file to be generated. Defaults to `<SYNAPSE_CONFIG_DIR>/homeserver.yaml`. * `SYNAPSE_DATA_DIR`: where the generated config will put persistent data - such as the datatase and media store. Defaults to `/data`. + such as the database and media store. Defaults to `/data`. * `UID`, `GID`: the user id and group id to use for creating the data directories. Defaults to `991`, `991`. @@ -115,7 +115,7 @@ not given). To migrate from a dynamic configuration file to a static one, run the docker container once with the environment variables set, and `migrate_config` -commandline option. For example: +command line option. For example: ``` docker run -it --rm \