8 lines
210 B
Bash
8 lines
210 B
Bash
# 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
|