Skip to content

Commit

Permalink
[DX] Use mailpit over mailhog
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMitchell committed Apr 10, 2024
1 parent 0ea3887 commit 18c71a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ services:
volumes:
- 'prestashop_data:/bitnami/prestashop'

mailhog:
container_name: prestashop_mailhog
image: 'mailhog/mailhog:latest'
mailpit:
container_name: prestashop_mailpit
image: 'axllent/mailpit:latest'
logging:
driver: none
ports:
Expand Down

0 comments on commit 18c71a2

Please sign in to comment.