laravel-docker icon indicating copy to clipboard operation
laravel-docker copied to clipboard

Installation problem on Mac M3

Open acrobat22 opened this issue 2 months ago • 0 comments
trafficstars

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

acrobat22 avatar Sep 19 '25 06:09 acrobat22