make docker container to restart after reboot

This commit is contained in:
Luis Guzmán 2024-08-29 16:13:59 -06:00
parent 059213caa4
commit ef6252ff9f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ case $lang_choice in
esac esac
# Running selected VOSK docker model. # 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..." echo "Setting up Jigasi transcript with current platform..."