|
@@ -917,5 +917,8 @@ DOCKER_REDIS_PORT_EXTERNAL="${REDIS_PORT}"
|
|
|
# Use "3306" for MySQL/MariaDB and "5432" for PostgreeSQL
|
|
|
DOCKER_DB_PORT_EXTERNAL="${DB_PORT}"
|
|
|
|
|
|
-# Port that the web will listen on *outside* the container (e.g. the host machine)
|
|
|
-DOCKER_WEB_PORT_EXTERNAL="8080"
|
|
|
+# Port that the web will listen on *outside* the container (e.g. the host machine) for HTTP traffic
|
|
|
+DOCKER_WEB_HTTP_PORT_EXTERNAL="8080"
|
|
|
+
|
|
|
+# Port that the web will listen on *outside* the container (e.g. the host machine) for HTTPS traffic
|
|
|
+DOCKER_WEB_HTTPS_PORT_EXTERNAL="444"
|