diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-11-01 13:55:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 13:55:30 +0000 |
commit | 0b99d4c8d219aca3f8a0e4f3542bb67dfc016420 (patch) | |
tree | 777fb88d2182addacc0da1d1539954ae2fa8769b /changelog.d | |
parent | Support Client-Server API r0.6.1 (#11097) (diff) | |
download | synapse-0b99d4c8d219aca3f8a0e4f3542bb67dfc016420.tar.xz |
Docker: avoid changing userid unnecessarily (#11209)
* 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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11209.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11209.docker b/changelog.d/11209.docker new file mode 100644 index 0000000000..838b165ac9 --- /dev/null +++ b/changelog.d/11209.docker @@ -0,0 +1 @@ +Avoid changing userid when started as a non-root user, and no explicit `UID` is set. |