Skip to content

Commit 0cc791a

Browse files
authored
Merge pull request MicrosoftDocs#67511 from MicrosoftDocs/diberry-patch-2
[Cogsvcs] Containers - internal port 5000
2 parents b6aeb94 + 60dd66f commit 0cc791a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/cognitive-services-containers-run-multiple-same-host.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Run the second container on port 5001.
2626

2727

2828
```bash
29-
docker run --rm -it -p 5001:5001 --memory 4g --cpus 1 \
29+
docker run --rm -it -p 5001:5000 --memory 4g --cpus 1 \
3030
<container-registry>/microsoft/<container-name> \
3131
Eula=accept \
3232
Billing={BILLING_ENDPOINT_URI} \
3333
ApiKey={BILLING_KEY}
3434
```
3535

36-
Each subsequent container should be on a different port.
36+
Each subsequent container should be on a different port.

0 commit comments

Comments
 (0)