mirror of
https://github.com/certbot/certbot.git
synced 2026-04-26 08:39:19 -04:00
Being more verbose in explanation of EXPOSE instruction
This commit is contained in:
parent
e7cf4792b3
commit
ea667744f5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue