This commit is contained in:
2025-11-03 16:51:10 +01:00
parent a05f8e601c
commit f48b990ca3
2 changed files with 3 additions and 3 deletions

View File

@@ -98,8 +98,8 @@ services:
container_name: whisper-en
ports:
- 10300:10300
volumes:
- /share/docker_data/whisper/english:/data
# volumes:
# - /share/docker_data/whisper/english:/data
command: --model tiny-int8 --language en
restart: ${RESTART:-unless-stopped}
labels: