File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/ai-services/document-intelligence/containers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ services:
222
222
- billing={FORM_RECOGNIZER_ENDPOINT_URI}
223
223
- apiKey={FORM_RECOGNIZER_KEY}
224
224
ports:
225
- - "5000:5050 "
225
+ - "5000:5000 "
226
226
networks:
227
227
- ocrvnet
228
228
networks:
@@ -285,7 +285,7 @@ services:
285
285
- billing={FORM_RECOGNIZER_ENDPOINT_URI}
286
286
- apiKey={FORM_RECOGNIZER_KEY}
287
287
ports :
288
- - " 5000:5050 "
288
+ - " 5000:5000 "
289
289
networks :
290
290
- ocrvnet
291
291
networks :
@@ -581,7 +581,7 @@ services:
581
581
volumes:
582
582
- ${NGINX_CONF_FILE}:/etc/nginx/nginx.conf
583
583
ports:
584
- - "5000:5050 "
584
+ - "5000:5000 "
585
585
layout:
586
586
container_name: azure-cognitive-service-layout
587
587
image: mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout-3.0:latest
You can’t perform that action at this time.
0 commit comments