[nextcloud] add ability to disable permissions check (for large installations)

This commit is contained in:
2018-07-24 20:23:40 +02:00
parent 83c2b99580
commit 56507a1aa2
4 changed files with 19 additions and 12 deletions

View File

@ -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 \