removes possibility to mount etc postfix
This commit is contained in:
parent
ba385e766d
commit
1c5be94bbc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ COPY install.sh install.sh
|
||||||
|
|
||||||
RUN chmod 755 /install.sh
|
RUN chmod 755 /install.sh
|
||||||
|
|
||||||
VOLUME ["/etc/postfix", "/var/spool/mail", "/var/log"]
|
VOLUME ["/var/spool/mail", "/var/log"]
|
||||||
|
|
||||||
EXPOSE 25
|
EXPOSE 25
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue