Browse Source

working on mailserver

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
da98d89521
  1. 2
      src/mailserver/Containerfile

2
src/mailserver/Containerfile

@ -9,7 +9,7 @@ LABEL deployopts="\
-p 25:25 \
-p 465:465 \
-p 143:143 \
-p 993:993
-p 993:993 \
-v /srv/volumes/mailserver/db:/vol/db \
-v /srv/volumes/mailserver/mail:/vol/mail \
-v /etc/letsencrypt:/vol/ssl"

Loading…
Cancel
Save