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