[doc] describe host-port in .env

Added a short summary in .env.sample,
 copied and shortened from the README.

Reasoning being, operator looking at the config
 might not have the current README open,
 and this setting isn't intuitive from the name.
This commit is contained in:
Amras
2026-05-01 10:59:18 +00:00
parent 7ee486c156
commit cab64b3a26

View File

@ -25,6 +25,9 @@ COMPOSE_FILE="compose.yml"
SECRET_SUPERUSER_PASSWORD_VERSION=v1
## Host-port Mode
# If enabled, the app container will bind directly to the host's port 64738,
# bypassing traefik's entrypoint.
# This is not recommended for multinode setups.
#COMPOSE_FILE="$COMPOSE_FILE:compose.host-ports.yml"
#################