Open thomastthai opened 3 weeks ago
If you encounter platform compatibility issues (e.g., linux/amd64
vs. linux/arm64
), here's how to resolve them:
Specify Platform in docker-compose.yml
:
Add the platform
field to the web
service:
services:
web:
platform: linux/amd64
...
Then rerun the command:
docker compose -p taskcafe up -d
Describe the bug A clear and concise description of what the bug is with steps to reproduce the issue.
! web 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
Expected behavior What did you expect to happen?
No error.
Additional context