add suggestion

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2023-05-03 17:10:38 +02:00 committed by GitHub
parent e4648ab03e
commit a4e894092c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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