fix: add volume definition

This commit is contained in:
Steve Dudenhoeffer 2024-05-14 02:16:00 +00:00
parent 156dcc5778
commit a29443d635

View File

@ -8,3 +8,7 @@ services:
ports: ports:
- "1025:25/tcp" # SMTP port - "1025:25/tcp" # SMTP port
restart: unless-stopped restart: unless-stopped
volumes:
protonmail:
external: true