1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-31 23:10:01 +02:00

Dovecot: Delete obsolete data volume

This commit is contained in:
Tim Möhlmann 2019-10-14 16:45:06 +03:00
parent 9bae9b3078
commit 279acca6b2
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ COPY conf /conf
COPY start.py /start.py
EXPOSE 110/tcp 143/tcp 993/tcp 4190/tcp 2525/tcp
VOLUME ["/data", "/mail"]
VOLUME ["/mail"]
CMD /start.py

View File

@ -0,0 +1 @@
Dovecot: Delete obsolete data volume