You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: