mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix redis sessions
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
94880e1e98
commit
d7d352ebdd
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ RUN set -ex; \
|
|||
\
|
||||
{ \
|
||||
echo 'session.save_handler = redis'; \
|
||||
echo 'session.save_path = "tcp://${REDIS_HOST}:${REDIS_HOST_PORT:=6379}?auth=${REDIS_HOST_PASSWORD}"'; \
|
||||
echo 'session.save_path = "tcp://${REDIS_HOST}:6379?auth=${REDIS_HOST_PASSWORD}"'; \
|
||||
echo 'redis.session.locking_enabled = 1'; \
|
||||
echo 'redis.session.lock_retries = -1'; \
|
||||
echo 'redis.session.lock_wait_time = 10000'; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue