chrootlogin / docker-nextcloud

Nextcloud docker image running on top of NGinx, PHP 7 and Alpine Linux

Home Page:https://github.com/erhardtconsulting/images/tree/main/nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module 'apcu' already loaded at Unknown#0

affektde opened this issue · comments

Updated my image to latest:

rootlogin/nextcloud                                              latest              8d4980a0ce85        17 hours ago        300MB

Still got this PHP error. Is this a miss config in php.ini? Loaded module twice?

Found "extension=apcu.so" twice in extensions:

bash-4.3# cat /usr/local/etc/php/conf.d/apcu.ini 
extension=apcu.so
apc.enabled=1
apc.shm_size=128M
apc.ttl=7200
bash-4.3# cat /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini 
extension=apcu.so