Explicitely declare required volumes, fixes #568

This commit is contained in:
kaiyou
2018-09-28 17:12:50 +02:00
parent 11bcae4c57
commit 2cba045013
8 changed files with 13 additions and 0 deletions

View File

@@ -6,5 +6,6 @@ COPY conf /conf
COPY start.py /start.py
EXPOSE 25/tcp 10025/tcp
VOLUME ["/data"]
CMD /start.py