-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
Hello,
I had this problem when launching the installation:
! phpmyadmin The requested image platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
To fix it, I did the following in Dockerfile:
# Utilise une image multi-arch (compatible amd64 et arm64) FROM --platform=linux/amd64 php:8.4-fpm
Metadata
Metadata
Assignees
Labels
No labels