whisper-server: move to port 8085 (8080 taken on the host)

Consistent across compose, entrypoint default, Dockerfile EXPOSE,
healthcheck, and README examples.
This commit is contained in:
2026-09-07 12:27:34 +02:00
parent ef59fc0fb4
commit ce1880dc90
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ set -eu
MODEL="${MODEL:-small}"
THREADS="${THREADS:-4}"
HOST="${HOST:-0.0.0.0}"
PORT="${PORT:-8080}"
PORT="${PORT:-8085}"
MODEL_DIR="${MODEL_DIR:-/models}"
FILE="$MODEL_DIR/ggml-$MODEL.bin"