Renamed ITTOOLS_HTTP_PORT to ITTOOLS_PORT
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:80/ || exit 1
|
test: curl -f http://localhost:80/ || exit 1
|
||||||
ports:
|
ports:
|
||||||
- ${ITTOOLS_HTTP_PORT:-80}:80
|
- ${ITTOOLS_PORT:-80}:80
|
||||||
|
|||||||
Reference in New Issue
Block a user