mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
Update Containers/redis/Dockerfile
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
55bc84d3f2
commit
3e1ae33e95
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY --chmod=775 start.sh /usr/bin/start.sh
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache openssl bash; \
|
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…
Reference in a new issue