Fixed test file share with docker compose (#52)

changes file share .yml
main
Kirill Lakhov 4 years ago committed by GitHub
parent 5d318e0f5f
commit 1598e0c5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save