Include DKIM in VOLUME

master
Tim Möhlmann 6 years ago committed by GitHub
parent d19abc60bc
commit af086bbdbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save