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 | |
| 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 '')
| -rw-r--r-- | changelog.d/6656.doc | 1 | ||||
| -rw-r--r-- | contrib/docker/docker-compose.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/6656.doc b/changelog.d/6656.doc new file mode 100644 |
