Hello, It appears that something in the apache image tagged :32.0.1 is using 32 bit architecture which is creating a php error in nextcloud interface.
The the apache image tagged :latest seems good using 64 bit.This is an FYI for the maintainer. See below output. If this was already resolved please let me know.. Thanks.
$docker inspect nextcloud:32.0.1 | grep Architecture
"Architecture": "386",
$docker inspect nextcloud:latest | grep Architecture
"Architecture": "amd64",
Hello, It appears that something in the apache image tagged :32.0.1 is using 32 bit architecture which is creating a php error in nextcloud interface.
The the apache image tagged :latest seems good using 64 bit.This is an FYI for the maintainer. See below output. If this was already resolved please let me know.. Thanks.
$docker inspect nextcloud:32.0.1 | grep Architecture
"Architecture": "386",
$docker inspect nextcloud:latest | grep Architecture
"Architecture": "amd64",