From 85598331b75bc90399748d304200274ef5922b91 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 13 Dec 2021 12:06:20 +0100 Subject: [PATCH] fix: get perms working --- entrypoint.sh.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 9eb379b..cf8bc8f 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -1,3 +1,7 @@ #!/bin/bash +# https://github.com/matrix-org/synapse/tree/develop/docker#running-synapse +# default user permissions for the synapse user +chown 991:991 /data + /start.py