mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
Merge ed2097980e
into 22d28e45cd
This commit is contained in:
commit
dba24415b8
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ RUN set -ex; \
|
|||
mkdir -p /var/spool/cron/crontabs; \
|
||||
echo '*/%%CRONTAB_INT%% * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
|
||||
|
||||
# setting proper locale to prevent encoding issues
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||
ENV PHP_MEMORY_LIMIT 512M
|
||||
|
|
Loading…
Add table
Reference in a new issue