We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mailhog does not support arm native images. Suggest adding mailpit docker image, which is a drop in replacement. https://github.com/axllent/mailpit
macOS Sonoma
Adding in compose.yml
# Alternative to mailhog with ARM docker images. # mailpit: # image: axllent/mailpit # container_name: "${PROJECT_NAME}_mailpit" # labels: # - "traefik.http.services.${PROJECT_NAME}_mailpit.loadbalancer.server.port=8025" # - "traefik.http.routers.${PROJECT_NAME}_mailpit.rule=Host(mailpit.${PROJECT_BASE_URL})"
mailpit.${PROJECT_BASE_URL}
The text was updated successfully, but these errors were encountered:
f3f934d
Thank you!
Sorry, something went wrong.
No branches or pull requests
Issue
Mailhog does not support arm native images. Suggest adding mailpit docker image, which is a drop in replacement. https://github.com/axllent/mailpit
Host OS
macOS Sonoma
Suggested Solution
Adding in compose.yml
# Alternative to mailhog with ARM docker images.
# mailpit:
# image: axllent/mailpit
# container_name: "${PROJECT_NAME}_mailpit"
# labels:
# - "traefik.http.services.${PROJECT_NAME}_mailpit.loadbalancer.server.port=8025"
# - "traefik.http.routers.${PROJECT_NAME}_mailpit.rule=Host(
mailpit.${PROJECT_BASE_URL}
)"The text was updated successfully, but these errors were encountered: