mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
adjust user to the upstream one
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
464b7be5f6
commit
53defc5579
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN set -ex; \
|
|||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
USER 104
|
||||
USER 100
|
||||
|
||||
HEALTHCHECK CMD nc -z localhost 9980 || exit 1
|
||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||
|
|
Loading…
Reference in a new issue