diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-06-08 13:37:39 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-08-02 18:21:34 +0100 |
commit | 1758f4e1c793cd5f219469c9d5c340eea071b6c8 (patch) | |
tree | 57f6365251d46b394166f0602b69d1718e9f6cf1 | |
parent | Do not include docker files in python build (diff) | |
download | synapse-1758f4e1c793cd5f219469c9d5c340eea071b6c8.tar.xz |
Address SPAG issues
-rw-r--r-- | docker/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md index f60ea49234..8303a7fecd 100644 --- a/docker/README.md +++ b/docker/README.md @@ -12,9 +12,11 @@ within your control. ### Using docker-compose (easier) This image is designed to run either with an automatically generated configuration -file or with a custom configuration that requires manual edition. +file or with a custom configuration that requires manual editing. -An easy way to make use of this image is via docker-compose, see the (https://github.com/matrix-org/synapse/tree/develop/contrib/docker)[contrib] section of the synapse project for examples. +An easy way to make use of this image is via docker-compose. See the +(https://github.com/matrix-org/synapse/tree/develop/contrib/docker)[contrib] +section of the synapse project for examples. ### Without Compose (harder) |