diff --git a/site/content/en/docs/administration/basics/installation.md b/site/content/en/docs/administration/basics/installation.md index d54d818b17ca..9b864b99eac2 100644 --- a/site/content/en/docs/administration/basics/installation.md +++ b/site/content/en/docs/administration/basics/installation.md @@ -460,7 +460,7 @@ export CVAT_HOST= ### Share path You can use shared storage for uploading data when you create a task. -To do that, you must mount the shared storage to the CVAT docker container. Example of +To do that, you need to mount the shared storage to the CVAT docker container. Example of docker-compose.override.yml for this purpose: ```yml @@ -477,6 +477,9 @@ services: cvat_worker_annotation: volumes: - cvat_share:/home/django/share:ro + cvat_worker_chunks: + volumes: + - cvat_share:/home/django/share:ro volumes: cvat_share: diff --git a/site/content/en/docs/faq.md b/site/content/en/docs/faq.md index 7fef81c88d92..99db9a8b9248 100644 --- a/site/content/en/docs/faq.md +++ b/site/content/en/docs/faq.md @@ -84,6 +84,9 @@ services: cvat_worker_annotation: volumes: - cvat_share:/home/django/share:ro + cvat_worker_chunks: + volumes: + - cvat_share:/home/django/share:ro volumes: cvat_share: