update help for nextcloud xai occ cli command

add memory limit update to nextcloud
This commit is contained in:
2021-03-07 13:31:06 -05:00
parent f6fe29ec0a
commit 03116dab7e
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
FROM nextcloud:16-apache
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
RUN echo memory_limit=-1 > /usr/local/etc/php/conf.d/memory-limit.inis