From 39c32fb5d046ee70b5131380cfab13bb894cd1ce Mon Sep 17 00:00:00 2001 From: JoelKle <34544090+JoelKle@users.noreply.github.com> Date: Wed, 13 May 2020 12:26:34 +0200 Subject: 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> --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') 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* -- cgit v1.2.3