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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user