forked from MirrorHub/synapse
0b99d4c8d2
* 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
1 line
85 B
Docker
1 line
85 B
Docker
Avoid changing userid when started as a non-root user, and no explicit `UID` is set.
|