1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Expose the data volume for admin container

This commit is contained in:
kaiyou 2018-09-28 17:42:10 +02:00
parent 2cba045013
commit 4d70a8737e

View File

@ -17,5 +17,6 @@ COPY start.sh /start.sh
RUN pybabel compile -d mailu/translations
EXPOSE 80/tcp
VOLUME ["/data"]
CMD ["/start.sh"]