fixed the name and variables

This commit is contained in:
2026-05-11 10:43:12 -07:00
parent cbc3fb6010
commit 5edac1fd2a
2 changed files with 14 additions and 9 deletions
+7 -2
View File
@@ -1,2 +1,7 @@
# Main interface port for accessing the application
IT_TOOLS_PORT="8000"
# IT-Tools Docker Compose Environment Variables
# Container image version tag (e.g. "latest" or a specific release tag)
IT-TOOLS_VERSION=latest
# Host port to expose the IT-Tools web UI on
IT-TOOLS_PORT=8000