From 8ece8409f124cb8d049a35976585c0909d6416a8 Mon Sep 17 00:00:00 2001 From: Michael Wyraz Date: Fri, 11 Oct 2019 08:46:23 +0200 Subject: [PATCH] Remove unused volume /data from postfix. Add volume /queue to postfix --- core/postfix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index f3b1b24a..830c2347 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -17,7 +17,7 @@ COPY conf /conf COPY start.py /start.py EXPOSE 25/tcp 10025/tcp -VOLUME ["/data"] +VOLUME ["/queue"] CMD /start.py