0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 08:34:48 +02:00

Remove no longer needed static memory_limit='512M'

Signed-off-by: Alexander Sosna <alexander.sosna@credativ.de>
This commit is contained in:
Alexander Sosna 2020-08-24 16:33:03 +02:00
parent b1ef8e2e97
commit 3cbc36754f
2 changed files with 3 additions and 2 deletions

View file

@ -98,7 +98,7 @@ RUN { \
\
echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
touch /usr/local/etc/php/conf.d/memory-limit.ini; \
\
mkdir /var/www/data; \
chown -R www-data:root /var/www; \