jigasi: update jigasi configuration. #115

Merged
Ark74 merged 5 commits from Ark74/quick-jibri-installer:upd_jigasi_config into master 2024-08-30 00:51:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ef6252ff9f - Show all commits

View File

@ -93,7 +93,7 @@ case $lang_choice in
esac
# Running selected VOSK docker model.
docker run -d -p 2700:2700 ${VOSK_DOCKER_MODEL}:latest
docker run -d --restart always -p 2700:2700 ${VOSK_DOCKER_MODEL}:latest
echo "Setting up Jigasi transcript with current platform..."