mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-11 05:17:46 +08:00
fix detail
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5bbec81ff8
commit
79e86d6f40
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ RUN set -ex; \
|
|||
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
||||
\
|
||||
touch \
|
||||
/etc/nats.conf; \
|
||||
/etc/nats.conf \
|
||||
/etc/eturnal.yml; \
|
||||
echo "listen: 127.0.0.1:4222" | tee /etc/nats.conf; \
|
||||
mkdir -p \
|
||||
|
|
Loading…
Reference in a new issue