Renamed ITTOOLS_HTTP_PORT to ITTOOLS_PORT

This commit is contained in:
2023-11-11 12:11:04 +01:00
parent 19d054dac5
commit 7f019209e1
+1 -1
View File
@@ -7,4 +7,4 @@ services:
healthcheck:
test: curl -f http://localhost:80/ || exit 1
ports:
- ${ITTOOLS_HTTP_PORT:-80}:80
- ${ITTOOLS_PORT:-80}:80