mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
add suggestion
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
e4648ab03e
commit
a4e894092c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ COPY --chmod=775 start.sh /usr/bin/start.sh
|
||||||
|
|
||||||
RUN apk add --no-cache openssl bash; \
|
RUN apk add --no-cache openssl bash; \
|
||||||
\
|
\
|
||||||
# Give root a random password
|
# Give root a random password
|
||||||
echo "root:$(openssl rand -base64 12)" | chpasswd
|
echo "root:$(openssl rand -base64 12)" | chpasswd
|
||||||
|
|
||||||
USER redis
|
USER redis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue