-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
needs infoAdditional info needed to triageAdditional info needed to triage
Description
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",
Metadata
Metadata
Assignees
Labels
needs infoAdditional info needed to triageAdditional info needed to triage