Explicitely declare required volumes, fixes #568
This commit is contained in:
@@ -6,5 +6,6 @@ COPY conf /conf
|
||||
COPY start.py /start.py
|
||||
|
||||
EXPOSE 25/tcp 10025/tcp
|
||||
VOLUME ["/data"]
|
||||
|
||||
CMD /start.py
|
||||
|
||||
Reference in New Issue
Block a user