v1.0.4 - init version
This commit is contained in:
7
docker-run.sh
Normal file
7
docker-run.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run -d --name go-speech --restart=always -p 18443:18443 \
|
||||
-v "$(pwd)/certs:/app/certs:ro" \
|
||||
-e GO_SPEECH_VOICE=ruslan \
|
||||
-e GO_SPEECH_PORT=18443 \
|
||||
kuznetcovay/go-speech:v1.0.4
|
||||
Reference in New Issue
Block a user