mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:51:53 +02:00
Being more verbose in explanation of EXPOSE instruction
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
|||||||
FROM ubuntu:trusty
|
FROM ubuntu:trusty
|
||||||
MAINTAINER Jakub Warmuz <jakub@warmuz.org>
|
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
|
EXPOSE 443
|
||||||
|
|
||||||
# TODO: make sure --config-dir and --work-dir cannot be changed
|
# TODO: make sure --config-dir and --work-dir cannot be changed
|
||||||
|
|||||||
Reference in New Issue
Block a user