volume declaration has a build issue?
This commit is contained in:
parent
a2d893cd99
commit
5ed7d82884
@ -28,7 +28,7 @@ ADD ./config/postfix.master.cf.append /etc/postfix/master-additional.cf
|
||||
RUN cat /etc/postfix/master-additional.cf >> /etc/postfix/master.cf
|
||||
|
||||
# configure settings script
|
||||
VOLUME ["/mail_config"]
|
||||
VOLUME ["/mail_settings"]
|
||||
COPY process_settings /process_settings
|
||||
RUN chmod 755 /process_settings
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -6,4 +6,4 @@ build:
|
||||
docker build -t dockermail_made_special:2.1.7 .
|
||||
|
||||
run:
|
||||
docker run -name dockermail -d -p 25:25 -p 587:587 -p 143:143 -v /opt/dockermail/settings:/mail_settings -v /opt/dockermail/vmail:/vmail dockermail_made_special:2.1.7
|
||||
docker run --name dockermail -d -p 25:25 -p 587:587 -p 143:143 -v /opt/dockermail/settings:/mail_settings -v /opt/dockermail/vmail:/vmail dockermail_made_special:2.1.7
|
||||
|
Loading…
Reference in New Issue
Block a user