Hi folks, Following errors appear when trying to ...
# troubleshooting
s
Hi folks, Following errors appear when trying to
docker-compose -f docker-compose.prod.yml up -d
How do I find the correct version image? I have a M2 chip
Copy code
! meltano-system-db 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 
 ✔ Container shopify-integration-meltano-ui-1                                                                                                                       Created0.1s 
Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5000 -> 0.0.0.0:0: listen tcp 0.0.0.0:5000: bind: address already in use
e
Hi @servando_torres! We publish Docker images for
linux/arm64
and
linux/amd64
architectures so you should be able to specify the
platform
attribute in your compose file: https://docs.docker.com/compose/compose-file/05-services/#platform.