We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb77f2 + f3a9e7f commit 33a9dc8Copy full SHA for 33a9dc8
1 file changed
mt/mailpit.yml
@@ -4,3 +4,11 @@ services:
4
restart: always
5
ports:
6
- "${MAILPIT_EXPOSE_PORT:-8025}:8025"
7
+ environment:
8
+ - MP_DATABASE=/data/mailpit.db
9
+ volumes:
10
+ - mp_database:/data
11
+
12
+volumes:
13
+ mp_database:
14
+ driver: local
0 commit comments