summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJoelKle <34544090+JoelKle@users.noreply.github.com>2020-05-13 12:26:34 +0200
committerJoelKle <34544090+JoelKle@users.noreply.github.com>2020-05-19 10:03:29 +0200
commit39c32fb5d046ee70b5131380cfab13bb894cd1ce (patch)
treec5b30b90a2b341ad10608eec0240c8eb153e3b55 /INSTALL.md
parentMerge pull request #7069 from wenottingham/api-doesnt-live-here-anymore (diff)
downloadawx-39c32fb5d046ee70b5131380cfab13bb894cd1ce.tar.xz
awx-39c32fb5d046ee70b5131380cfab13bb894cd1ce.zip
AWX installer docker-compose params `host_port` and `host_port_ssl`
can also be undefined to prevent exposing a port. Signed-off-by: JoelKle <34544090+JoelKle@users.noreply.github.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f3d92fb1d2..8af4c332dd 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -481,11 +481,11 @@ Before starting the install process, review the [inventory](./installer/inventor
*host_port*
-> Provide a port number that can be mapped from the Docker daemon host to the web server running inside the AWX container. Defaults to *80*.
+> Provide a port number that can be mapped from the Docker daemon host to the web server running inside the AWX container. If undefined no port will be exposed. Defaults to *80*.
*host_port_ssl*
-> Provide a port number that can be mapped from the Docker daemon host to the web server running inside the AWX container for SSL support. Defaults to *443*, only works if you also set `ssl_certificate` (see below).
+> Provide a port number that can be mapped from the Docker daemon host to the web server running inside the AWX container for SSL support. If undefined no port will be exposed. Defaults to *443*, only works if you also set `ssl_certificate` (see below).
*ssl_certificate*