1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +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
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