Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
[refactoring][minor] remove useless dev mailhog settings
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Sep 7, 2022
1 parent 28c5741 commit 6c5c39f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ services:

mailhog:
container_name: mailhog
tty: true
image: mailhog/mailhog
logging:
driver: 'none' # disable saving logs
ports:
- 1025:1025 # smtp server
- 8025:8025 # web ui

0 comments on commit 6c5c39f

Please sign in to comment.