before stt adding
This commit is contained in:
11
shell/podman-run.sh
Normal file
11
shell/podman-run.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# -v "$(pwd)/certs:/app/certs:ro" \
|
||||
podman run -p 17443:8080 \
|
||||
-e GO_SPEECH_VOICE=ruslan \
|
||||
-e GO_SPEECH_PORT=8080 \
|
||||
-e GO_SPEECH_TLS=true \
|
||||
kuznetcovay/go-speech:v1.0.5-alt
|
||||
|
||||
|
||||
# podman run -p 17443:8080 -e GO_SPEECH_VOICE=ruslan -e GO_SPEECH_PORT=8080 -e GO_SPEECH_TLS=true kuznetcovay/go-speech:v1.0.5-alt
|
||||
Reference in New Issue
Block a user