mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-05 08:35:44 +00:00
[nextcloud] add ability to disable permissions check (for large installations)
This commit is contained in:
@ -16,7 +16,8 @@ ENV UID=991 GID=991 \
|
||||
CRON_MEMORY_LIMIT=1g \
|
||||
TZ=Etc/UTC \
|
||||
DB_TYPE=sqlite3 \
|
||||
DOMAIN=localhost
|
||||
DOMAIN=localhost \
|
||||
CHECK_PERMISSIONS=1
|
||||
|
||||
RUN apk -U upgrade \
|
||||
&& apk add -t build-dependencies \
|
||||
|
Reference in New Issue
Block a user