laravel-docker
laravel-docker copied to clipboard
Installation problem on Mac M3
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