This commit is contained in:
2025-11-03 16:53:08 +01:00
parent f48b990ca3
commit d270efbb1f

View File

@@ -98,9 +98,9 @@ services:
container_name: whisper-en container_name: whisper-en
ports: ports:
- 10300:10300 - 10300:10300
# volumes: volumes:
# - /share/docker_data/whisper/english:/data - /share/docker_data/whisper/english:/data
command: --model tiny-int8 --language en command: --data-dir /data --model tiny-int8 --language en
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
labels: labels:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true