From a4e894092c149fbe6fae7ffe88871a378ad74c42 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 3 May 2023 17:10:38 +0200 Subject: [PATCH] add suggestion Co-authored-by: Simon L. Signed-off-by: Zoey --- Containers/redis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/redis/Dockerfile b/Containers/redis/Dockerfile index b68d0569..53b4781a 100644 --- a/Containers/redis/Dockerfile +++ b/Containers/redis/Dockerfile @@ -5,7 +5,7 @@ COPY --chmod=775 start.sh /usr/bin/start.sh RUN apk add --no-cache openssl bash; \ \ -# Give root a random password + # Give root a random password echo "root:$(openssl rand -base64 12)" | chpasswd USER redis