summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSam Wedgwood <28223854+swedgwood@users.noreply.github.com>2024-03-21 17:55:44 +0000
committerGitHub <noreply@github.com>2024-03-21 17:55:44 +0000
commitbef765b2624a16a9f896aab670b4509c8b06628e (patch)
tree07247fb3a566894e080ce66cd8a0df5252c919ec /changelog.d
parentBump dawidd6/action-download-artifact from 3.1.2 to 3.1.4 (#17008) (diff)
downloadsynapse-bef765b2624a16a9f896aab670b4509c8b06628e.tar.xz
generate configuration with correct user in start.py for docker (#16978)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16978.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16978.docker b/changelog.d/16978.docker
new file mode 100644
index 0000000000..2e095c6aa9
--- /dev/null
+++ b/changelog.d/16978.docker
@@ -0,0 +1 @@
+Updated start.py to generate config using the correct user ID when running as root (fixes #16824, #15202).