You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Include DKIM in VOLUME
This commit is contained in:
@@ -20,7 +20,7 @@ COPY start.py /start.py
|
|||||||
RUN pybabel compile -d mailu/translations
|
RUN pybabel compile -d mailu/translations
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data","/dkim"]
|
||||||
ENV FLASK_APP mailu
|
ENV FLASK_APP mailu
|
||||||
|
|
||||||
CMD /start.py
|
CMD /start.py
|
||||||
|
|||||||
Reference in New Issue
Block a user