servando_torres
11/27/2023, 12:58 PMdocker-compose -f docker-compose.prod.yml up -d
How do I find the correct version image? I have a M2 chip
! 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
edgar_ramirez_mondragon
11/27/2023, 4:23 PMlinux/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.edgar_ramirez_mondragon
11/27/2023, 4:23 PM