Skip to content

Commit b078024

Browse files
Merge pull request #2433 from jaep3347/patch-23
Update disconnected.md
2 parents 3b0d54f + 0e3fa27 commit b078024

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/document-intelligence/containers/disconnected.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ services:
204204
apikey: ${FORM_RECOGNIZER_KEY}
205205
billing: ${FORM_RECOGNIZER_ENDPOINT_URI}
206206
Logging:Console:LogLevel:Default: Information
207-
SharedRootFolder: /shared
208-
Mounts:Shared: /shared
207+
SharedRootFolder: /share
208+
Mounts:Shared: /share
209209
Mounts:Output: /logs
210210
Mounts:License: /license
211211
volumes:
212212
- type: bind
213213
source: ${SHARED_MOUNT_PATH}
214-
target: /shared
214+
target: /share
215215
- type: bind
216216
source: ${OUTPUT_MOUNT_PATH}
217217
target: /logs
@@ -233,14 +233,14 @@ services:
233233
apikey: ${FORM_RECOGNIZER_KEY}
234234
billing: ${FORM_RECOGNIZER_ENDPOINT_URI}
235235
Logging:Console:LogLevel:Default: Information
236-
SharedRootFolder: /shared
237-
Mounts:Shared: /shared
236+
SharedRootFolder: /share
237+
Mounts:Shared: /share
238238
Mounts:Output: /logs
239239
Mounts:License: /license
240240
volumes:
241241
- type: bind
242242
source: ${SHARED_MOUNT_PATH}
243-
target: /shared
243+
target: /share
244244
- type: bind
245245
source: ${OUTPUT_MOUNT_PATH}
246246
target: /logs

0 commit comments

Comments
 (0)