fix smtp port mailpit
This commit is contained in:
parent
131a3920f0
commit
6da5221503
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
||||||
services:
|
services:
|
||||||
mailpit:
|
mailpit:
|
||||||
image: axllent/mailpit
|
image: axllent/mailpit
|
||||||
|
ports:
|
||||||
|
- 1025:1025
|
||||||
volumes:
|
volumes:
|
||||||
- "mailpit-data:/data"
|
- "mailpit-data:/data"
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue