mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 08:41:07 +08:00
fix missing character
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4f30044d54
commit
364be594a2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN set -ex; \
|
|||
chown -R postgres:postgres "$PGDATA"; \
|
||||
\
|
||||
mkdir /mnt/data; \
|
||||
chown postgres:postgres /mnt/data;
|
||||
chown postgres:postgres /mnt/data; \
|
||||
\
|
||||
# Give root a random password
|
||||
echo "root:$(openssl rand -base64 12)" | chpasswd
|
||||
|
|
Loading…
Reference in a new issue