Remove unused volume /data from postfix. Add volume /queue to postfix

master
Michael Wyraz 5 years ago
parent 2aa1600908
commit 8ece8409f1

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

Loading…
Cancel
Save