summary refs log tree commit diff
path: root/changelog.d/11209.docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Docker: avoid changing userid unnecessarily (#11209)Richard van der Hoff2021-11-011-0/+1
* Docker image: avoid changing user during `generate` The intention was always that the config files get written as the initial user (normally root) - only the data directory needs to be writable by Synapse. This got changed in https://github.com/matrix-org/synapse/pull/5970, but that seems to have been a mistake. * Avoid changing user if no explicit UID is given * changelog