Skip to content

Commit

Permalink
Replace mailhog with mailpit since mailhog does not support arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavidgit committed Jun 19, 2024
1 parent ab704eb commit c0654ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docker-compose/mailhog/docker-compose.yml

This file was deleted.

13 changes: 13 additions & 0 deletions docker-compose/mailpit/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Mailpit: https://github.com/axllent/mailpit

version: '3'

services:
mailpit:
image: axllent/mailpit:v1.18.6
restart: unless-stopped
ports:
# SMTP port
- "1025:1025"
# Web port
- "8025:8025"

0 comments on commit c0654ec

Please sign in to comment.