From cab64b3a269c967b015f158513d1ea297fb5ab0b Mon Sep 17 00:00:00 2001 From: Amras Date: Fri, 1 May 2026 10:59:18 +0000 Subject: [PATCH] [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. --- .env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.sample b/.env.sample index 44811da..f1c8b9d 100644 --- a/.env.sample +++ b/.env.sample @@ -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" #################