@ -12,7 +12,7 @@ LABEL deployopts="\
-p 993:993 \
-p 993:993 \
-v /srv/volumes/mailserver/db:/vol/db \
-v /srv/volumes/mailserver/db:/vol/db \
-v /srv/volumes/mailserver/mail:/vol/mail \
-v /srv/volumes/mailserver/mail:/vol/mail \
-v /etc/letsencrypt:/vol/ssl"
-v /etc/letsencrypt:/vol/ssl:ro "
# Build Variables
# Build Variables
# uid that the files owner user should have
# uid that the files owner user should have
@ -22,9 +22,6 @@ ARG FILESUID=5000
### General Setup
### General Setup
###
###
# tell debian not to ask any questions during package install
ARG DEBIAN_FRONTEND=noninteractive
# install packages we want
# install packages we want
RUN apt update -y && apt install -y postfix dovecot-imapd dovecot-lmtpd
RUN apt update -y && apt install -y postfix dovecot-imapd dovecot-lmtpd