Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility on Apple Macs silicone #120

Open
crownbackend opened this issue Oct 22, 2023 · 2 comments
Open

Compatibility on Apple Macs silicone #120

crownbackend opened this issue Oct 22, 2023 · 2 comments
Labels
question Further information is requested

Comments

@crownbackend
Copy link

How to make docker images compatible for macs with an m1, m2 chip
message when I do make up:

! mailhog 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
! redis 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
! phpmyadmin 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
! webapp The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

@Ngob
Copy link

Ngob commented Oct 25, 2023

Hello,

We are currently working on a v2 of the boilerplate (currently in development), so feel free to try it

To resolve your warnings (I assume you are based on the master branch), I think you can do that:

  • Mailhog: No ARM version has been published
  • Redis: Update the docker-compose redis tag (to bitnami/redis:6.2)
  • PhpMyAdmin: try to do a docker compose pull at the root of the project
  • webapp: Change the image tag with v2-14-bullseye

Tell me if that work for you,

@Ngob Ngob added the question Further information is requested label Oct 25, 2023
@crownbackend
Copy link
Author

not work for me, i wait the v2 thanks 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants