summary refs log tree commit diff
path: root/changelog.d/6656.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* contrib/docker-compose: fixing mount that overrides containers' /etc (#6656)Fabian Meyer2020-01-081-0/+1
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.