fix smtp port mailpit

This commit is contained in:
peaklabs-dev 2024-11-21 18:22:37 +01:00
parent 131a3920f0
commit 6da5221503
No known key found for this signature in database

View file

@ -7,6 +7,8 @@
services:
mailpit:
image: axllent/mailpit
ports:
- 1025:1025
volumes:
- "mailpit-data:/data"
- type: bind