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
I was following the instructions here and after getting docker-compose build --no-cache to work (see #58 ), docker compose up -d fails with the following error:
! flower The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
! backend The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
I think this might be an M1 issue, unsure how to fix this.
Sorry if the questions are too basic, it's my first time using full-stack-fastapi-mongodb
The text was updated successfully, but these errors were encountered:
I was following the instructions here and after getting
docker-compose build --no-cache
to work (see #58 ),docker compose up -d
fails with the following error:I think this might be an M1 issue, unsure how to fix this.
Sorry if the questions are too basic, it's my first time using
full-stack-fastapi-mongodb
The text was updated successfully, but these errors were encountered: