Revision 8ea83914d5523d74ee32dca7997cdbacf687962f authored by cvat-bot[bot] on 05 March 2024, 19:28:58 UTC, committed by GitHub on 05 March 2024, 19:28:58 UTC
2 parent s a942f09 + 925ae6a
Raw File
docker-compose.file_share.yml
services:
  cvat_worker_import:
    volumes:
      - ./tests/mounted_file_share:/home/django/share:rw
  cvat_server:
    volumes:
      - ./tests/mounted_file_share:/home/django/share:rw
back to top