Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:cvat [2020/07/03 09:01] – [Install] scipio | tips:cvat [2020/09/09 12:04] (current) – [Install] scipio | ||
---|---|---|---|
Line 47: | Line 47: | ||
http:// | http:// | ||
- | enable access from other hosts | + | enable access from other hosts |
- | <code> | + | <file ini docker-compose.override.yml> |
- | cat > docker-compose.override.yml | + | version: " |
services: | services: | ||
cvat: | cvat: | ||
environment: | environment: | ||
ALLOWED_HOSTS: | ALLOWED_HOSTS: | ||
- | EOF | + | CVAT_SHARE_URL: |
- | </code> | + | volumes: |
+ | - cvat_share:/ | ||
+ | |||
+ | volumes: | ||
+ | cvat_share: | ||
+ | driver_opts: | ||
+ | type: none | ||
+ | device: / | ||
+ | o: bind | ||
+ | </file> | ||