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

Suggestion : Mailhog does not support ARM docker images #3

Closed
bryanrscott opened this issue Aug 3, 2024 · 1 comment
Closed

Suggestion : Mailhog does not support ARM docker images #3

bryanrscott opened this issue Aug 3, 2024 · 1 comment

Comments

@bryanrscott
Copy link

bryanrscott commented Aug 3, 2024

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})"

@csandanov
Copy link
Member

Thank you!

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

No branches or pull requests

2 participants