mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
nextcloud: allow to configure redis user
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
c1f1207a0e
commit
2fc2be363a
4 changed files with 7 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ if [ -z "$REDIS_DB_INDEX" ]; then
|
|||
REDIS_DB_INDEX=0
|
||||
fi
|
||||
|
||||
export REDIS_URL="redis://:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX"
|
||||
export REDIS_URL="redis://$REDIS_USER:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX"
|
||||
|
||||
# Run it
|
||||
exec npm run server:start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue