Skip to content

Commit 7a19305

Browse files
Merge pull request #247152 from laujan/patch-261
Update install-run.md
2 parents d7c360a + a310edf commit 7a19305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/document-intelligence/containers/install-run.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ services:
222222
- billing={FORM_RECOGNIZER_ENDPOINT_URI}
223223
- apiKey={FORM_RECOGNIZER_KEY}
224224
ports:
225-
- "5000:5050"
225+
- "5000:5000"
226226
networks:
227227
- ocrvnet
228228
networks:
@@ -285,7 +285,7 @@ services:
285285
- billing={FORM_RECOGNIZER_ENDPOINT_URI}
286286
- apiKey={FORM_RECOGNIZER_KEY}
287287
ports:
288-
- "5000:5050"
288+
- "5000:5000"
289289
networks:
290290
- ocrvnet
291291
networks:
@@ -581,7 +581,7 @@ services:
581581
volumes:
582582
- ${NGINX_CONF_FILE}:/etc/nginx/nginx.conf
583583
ports:
584-
- "5000:5050"
584+
- "5000:5000"
585585
layout:
586586
container_name: azure-cognitive-service-layout
587587
image: mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout-3.0:latest

0 commit comments

Comments
 (0)