main
Ricard Illa 2021-04-15 09:17:57 +02:00
parent 9a8833fd36
commit 6ff8d01d76
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN chmod +x /usr/local/bin/entrypoint && \
addgroup --gid 10001 dendrite && \
adduser \
--uid 10000 \
--home /var/lib/dendrite \
--home /var/dendrite \
--ingroup dendrite \
--disabled-password \
--shell /sbin/nologin \