version: "2.3" services: cvat: environment: ALLOWED_HOSTS: "*" CVAT_SHARE_URL: "Mounted from host directory" volumes: - cvat_share:/home/django/share:ro volumes: cvat_share: driver_opts: type: none device: /storage/dataset o: bind