Skip to content

Commit 8e9573c

Browse files
committed
Remove forced data directory
1 parent 62f2626 commit 8e9573c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,8 @@ services:
135135
ports:
136136
- 1025:1025 # smtp server
137137
- 8025:8025 # web ui
138-
volumes:
139-
- ./data:/data
140138
environment:
141139
MP_MAX_MESSAGES: 5000
142-
MP_DATABASE: /data/mailpit.db
143140
MP_SMTP_AUTH_ACCEPT_ANY: 1
144141
MP_SMTP_AUTH_ALLOW_INSECURE: 1
145142
networks:

0 commit comments

Comments
 (0)