From 7f019209e186d103b417d84be5332ea4bcbc326f Mon Sep 17 00:00:00 2001 From: Michel Date: Sat, 11 Nov 2023 12:11:04 +0100 Subject: [PATCH] Renamed ITTOOLS_HTTP_PORT to ITTOOLS_PORT --- ittools/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ittools/compose.yml b/ittools/compose.yml index a3e18f5..2cfacb3 100644 --- a/ittools/compose.yml +++ b/ittools/compose.yml @@ -7,4 +7,4 @@ services: healthcheck: test: curl -f http://localhost:80/ || exit 1 ports: - - ${ITTOOLS_HTTP_PORT:-80}:80 + - ${ITTOOLS_PORT:-80}:80