summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorsoftwarefactory-project-zuul[bot] <softwarefactory-project-zuul[bot]@users.noreply.github.com>2019-05-28 15:51:43 +0200
committerGitHub <noreply@github.com>2019-05-28 15:51:43 +0200
commit9c90694f12696e27df658273b36bbc6222569dee (patch)
tree55fad31fa3737257673000c46e105a7365d15fd0 /INSTALL.md
parentMerge pull request #3941 from elyezer/window-size-e2e (diff)
parentSet up HTTPS w/ proper port & HTTP redirect (diff)
downloadawx-9c90694f12696e27df658273b36bbc6222569dee.tar.xz
awx-9c90694f12696e27df658273b36bbc6222569dee.zip
Merge pull request #3604 from athenahealth/complete-ssl-support
Update SSL support for docker-compose install Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ccd69bab96..6b8c6dccd0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -443,6 +443,10 @@ Before starting the build process, review the [inventory](./installer/inventory)
> 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*.
+*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).
+
*ssl_certificate*
> Optionally, provide the path to a file that contains a certificate and its private key.