1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Include DKIM in VOLUME

This commit is contained in:
Tim Möhlmann
2018-12-20 17:47:15 +02:00
committed by GitHub
parent d19abc60bc
commit af086bbdbe

View File

@@ -20,7 +20,7 @@ COPY start.py /start.py
RUN pybabel compile -d mailu/translations
EXPOSE 80/tcp
VOLUME ["/data"]
VOLUME ["/data","/dkim"]
ENV FLASK_APP mailu
CMD /start.py