diff --git a/tests/docker-compose.file_share.yml b/tests/docker-compose.file_share.yml index d34b8347..82eea201 100644 --- a/tests/docker-compose.file_share.yml +++ b/tests/docker-compose.file_share.yml @@ -5,11 +5,4 @@ services: environment: CVAT_SHARE_URL: 'Mounted from asset for case 107 host directory' volumes: - - cvat_share:/home/django/share:rw - -volumes: - cvat_share: - driver_opts: - type: none - device: tests/cypress/integration/actions_tasks3/assets/case_107 - o: bind + - ./tests/cypress/integration/actions_tasks3/assets/case_107:/home/django/share:rw