docker run -dp 80:80 -v ./app:/app --name mysite automad/automad:v2
Does not work on an M1 macbook and yields an error:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The following command from your documentation:
docker run -dp 80:80 -v ./app:/app --name mysite automad/automad:v2
Does not work on an M1 macbook and yields an error: