Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Budington <bill@eff.org>2015-05-20 02:39:54 +0300
committerWilliam Budington <bill@eff.org>2015-05-20 02:39:54 +0300
commitea667744f5cb4b6660add655648ccfa286004ee5 (patch)
tree58606d3bf1b1fdfbaf519ab364311913f3cdd4b4 /Dockerfile
parente7cf4792b3c5192cc0eec50ec99cfb2aa9af93c4 (diff)
Being more verbose in explanation of EXPOSE instruction
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index edf2c9ff7..0c8830d5b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,8 @@
FROM ubuntu:trusty
MAINTAINER Jakub Warmuz <jakub@warmuz.org>
-# You neccesarily have to bind to 443@host as well! (ACME spec)
+# Note: this only exposes the port to other docker containers. You
+# still have to bind to 443@host at runtime, as per the ACME spec.
EXPOSE 443
# TODO: make sure --config-dir and --work-dir cannot be changed