mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Being more verbose in explanation of EXPOSE instruction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user