Skip to content

Commit

Permalink
docs(devops-guide/docker): format intended links Text-to-Speech
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored and saghul committed Dec 22, 2024
1 parent 4ddfc42 commit 120f22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devops-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ Variable | Description | Default
`JIGASI_TRANSCRIBER_WHISPER_PRIVATE_KEY_NAME` | Private Key ID of the private key to use with whisper
`JIGASI_TRANSCRIBER_WHISPER_PRIVATE_KEY` | Private Key material to use with whisper, without newlines or START/END delimiters
For setting the Google Cloud Credentials please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol> section "Before you begin" paragraph 1 to 5.
For setting the Google Cloud Credentials please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol > section "Before you begin" paragraph 1 to 5.
### Sentry logging configuration
Expand Down Expand Up @@ -871,7 +871,7 @@ By default, the `HTTP_PORT` and `HTTPS_PORT` are binding to any ip address, so a
- '127.0.0.1:${HTTP_PORT}:80'
- '127.0.0.1:${HTTPS_PORT}:443'
```
insteaf of
instead of
```yaml
- '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443'
Expand Down

0 comments on commit 120f22b

Please sign in to comment.