diff options
author | Fabian Meyer <f@bian-meyer.de> | 2020-01-08 08:25:05 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-08 07:25:05 +0000 |
commit | dd57715de2b9a0742b38aaab63893e2495b68841 (patch) | |
tree | 4a6580ce320c1850b5d51b2d4f47fda352ba2274 /changelog.d | |
parent | typo (diff) | |
download | synapse-dd57715de2b9a0742b38aaab63893e2495b68841.tar.xz |
contrib/docker-compose: fixing mount that overrides containers' /etc (#6656)
The mount in the form of ./matrix-config:/etc overwrites the contents of the container /etc folder. Since all valid ca certificates are stored in /etc, the synapse.push.httppusher, for example, cannot validate the certificate from matrix.org.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6656.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6656.doc b/changelog.d/6656.doc new file mode 100644 index 0000000000..9f32da1a88 --- /dev/null +++ b/changelog.d/6656.doc @@ -0,0 +1 @@ +No more overriding the entire /etc folder of the container in docker-compose.yaml. Contributed by Fabian Meyer. |