Don't set uid/gid for synapse

This commit is contained in:
Mike Heier 2022-11-20 09:03:59 -05:00
parent 663a2cbf30
commit 8be84b5cf2

View File

@ -27,8 +27,8 @@ containers:
command: -c 'exec ./start.py'
port: 8008
environment:
UID: "1000"
GID: "1000"
# UID: "1000"
# GID: "1000"
SYNAPSE_HTTP_PORT: 8008
SYNAPSE_SERVER_NAME: "heier.io"
SYNAPSE_REPORT_STATS: "yes"