Skip to content

Commit

Permalink
fix(maildev): add specific port for maildev (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert authored Dec 12, 2024
1 parent a62b7ae commit 9390adf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ services:
network_mode: "host"

maildev:
ports:
- "1080:1080"
- "1025:1025"
image: soulteary/maildev
network_mode: "host"

volumes:
db-data:

0 comments on commit 9390adf

Please sign in to comment.