mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user