From 1598e0c5be83f1fcf07a48183defef1a539ae606 Mon Sep 17 00:00:00 2001 From: Kirill Lakhov Date: Fri, 10 Jun 2022 11:56:45 +0300 Subject: [PATCH] Fixed test file share with docker compose (#52) changes file share .yml --- tests/docker-compose.file_share.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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