From 3e1ae33e951d3bbc16d6b7432fb027f51616cf14 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 3 May 2023 17:31:43 +0200 Subject: [PATCH] Update Containers/redis/Dockerfile Signed-off-by: Simon L. --- Containers/redis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/redis/Dockerfile b/Containers/redis/Dockerfile index cd19d005..5bec5f8e 100644 --- a/Containers/redis/Dockerfile +++ b/Containers/redis/Dockerfile @@ -6,7 +6,7 @@ COPY --chmod=775 start.sh /usr/bin/start.sh RUN set -ex; \ 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