summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJames Z.M. Gao <gaozhm@mvad.com>2016-05-04 05:14:13 +0800
committerJames Z.M. Gao <gaozhm@mvad.com>2016-05-04 05:14:13 +0800
commit0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e (patch)
treebf007255f19c5b03efaa4082e74473d3ceb4527b /Dockerfile
parentb328c9674f4b8fd43dc4fb9360b2624edacd3b83 (diff)
downloaddavmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.tar.gz
davmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.tar.bz2
davmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.tar.xz
davmail-0d532221d14c9e8f0e4315b10a18f3d0dbf94e4e.zip
add support for secure ports
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ce55fe4..02b496e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,9 @@ RUN apk --update upgrade && \
USER davmail
+# if $DAVMAIL_SSL_PASS is not empty, use this file as keystoreFile of type PKCS12
+VOLUME ["/etc/davmail/davmail.p12"]
+
EXPOSE 1080
EXPOSE 1143
EXPOSE 1389