mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-15 15:54:47 +02:00
Adding REDIS_DB_INDEX configuration to session locking aswell.
Changing naming convetion to match others Signed-off-by: Jan Zalar <jan.zalar6@gmail.com>
This commit is contained in:
parent
374495c565
commit
9360474bc1
4 changed files with 8 additions and 7 deletions
|
@ -21,6 +21,7 @@ RUN set -ex; \
|
|||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||
ENV PHP_MEMORY_LIMIT 512M
|
||||
ENV PHP_UPLOAD_LIMIT 512M
|
||||
ENV REDIS_DB_INDEX=0
|
||||
RUN set -ex; \
|
||||
\
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue