Skip to content

Commit 8b09439

Browse files
authored
Update configuration.md
1 parent 58ef665 commit 8b09439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/translator/containers/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you need to configure an HTTP proxy for making outbound requests, use these t
7474

7575
| Name | Data type | Description |
7676
|--|--|--|
77-
|HTTPS_PROXY|string|The proxy to use, for example, `https://proxy:8888`<br>`<proxy-url>`|
77+
|HTTPS_PROXY|string|The proxy URL, for example, `https://proxy:8888`|
7878

7979
```bash
8080
docker run --rm -it -p 5000:5000 \
@@ -84,7 +84,7 @@ docker run --rm -it -p 5000:5000 \
8484
Eula=accept \
8585
Billing=<endpoint> \
8686
ApiKey=<api-key> \
87-
HTTPS_PROXY=<proxy-url> \
87+
HTTPS_PROXY=<proxy-url>
8888
```
8989

9090
## Logging settings

0 commit comments

Comments
 (0)