File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
articles/ai-services/document-intelligence/containers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -519,13 +519,13 @@ services:
519
519
apikey: ${FORM_RECOGNIZER_KEY}
520
520
billing: ${FORM_RECOGNIZER_ENDPOINT_URI}
521
521
Logging:Console:LogLevel:Default: Information
522
- SharedRootFolder: /shared
523
- Mounts:Shared: /shared
522
+ SharedRootFolder: /share
523
+ Mounts:Shared: /share
524
524
Mounts:Output: /logs
525
525
volumes:
526
526
- type: bind
527
527
source: ${SHARED_MOUNT_PATH}
528
- target: /shared
528
+ target: /share
529
529
- type: bind
530
530
source: ${OUTPUT_MOUNT_PATH}
531
531
target: /logs
@@ -544,13 +544,13 @@ services:
544
544
apikey: ${FORM_RECOGNIZER_KEY}
545
545
billing: ${FORM_RECOGNIZER_ENDPOINT_URI}
546
546
Logging:Console:LogLevel:Default: Information
547
- SharedRootFolder: /shared
548
- Mounts:Shared: /shared
547
+ SharedRootFolder: /share
548
+ Mounts:Shared: /share
549
549
Mounts:Output: /logs
550
550
volumes:
551
551
- type: bind
552
552
source: ${SHARED_MOUNT_PATH}
553
- target: /shared
553
+ target: /share
554
554
- type: bind
555
555
source: ${OUTPUT_MOUNT_PATH}
556
556
target: /logs
You can’t perform that action at this time.
0 commit comments