forked-synapse/changelog.d/6656.doc
Fabian Meyer dd57715de2 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.
2020-01-08 07:25:05 +00:00

2 lines
112 B
Plaintext

No more overriding the entire /etc folder of the container in docker-compose.yaml. Contributed by Fabian Meyer.