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 @@ -204,14 +204,14 @@ services:
204
204
apikey : ${FORM_RECOGNIZER_KEY}
205
205
billing : ${FORM_RECOGNIZER_ENDPOINT_URI}
206
206
Logging:Console:LogLevel:Default : Information
207
- SharedRootFolder : /shared
208
- Mounts:Shared : /shared
207
+ SharedRootFolder : /share
208
+ Mounts:Shared : /share
209
209
Mounts:Output : /logs
210
210
Mounts:License : /license
211
211
volumes :
212
212
- type : bind
213
213
source : ${SHARED_MOUNT_PATH}
214
- target : /shared
214
+ target : /share
215
215
- type : bind
216
216
source : ${OUTPUT_MOUNT_PATH}
217
217
target : /logs
@@ -233,14 +233,14 @@ services:
233
233
apikey : ${FORM_RECOGNIZER_KEY}
234
234
billing : ${FORM_RECOGNIZER_ENDPOINT_URI}
235
235
Logging:Console:LogLevel:Default : Information
236
- SharedRootFolder : /shared
237
- Mounts:Shared : /shared
236
+ SharedRootFolder : /share
237
+ Mounts:Shared : /share
238
238
Mounts:Output : /logs
239
239
Mounts:License : /license
240
240
volumes :
241
241
- type : bind
242
242
source : ${SHARED_MOUNT_PATH}
243
- target : /shared
243
+ target : /share
244
244
- type : bind
245
245
source : ${OUTPUT_MOUNT_PATH}
246
246
target : /logs
You can’t perform that action at this time.
0 commit comments