Fix whisper compose entrypoint so STT port 18801 is reachable

This commit is contained in:
William Valentin
2026-02-22 20:40:42 -08:00
parent 3d59e5ea9d
commit cbc880c12a
3 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -41,8 +41,9 @@ services:
- "18801:8080"
volumes:
- whisper-models:/app/models
# Override image entrypoint so args are passed directly to whisper-server.
entrypoint: ["whisper-server"]
command:
- whisper-server
- --model
- /app/models/ggml-base.en.bin
- --host