This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:cvat [2020/07/03 08:58] – [Install] scipio | tips:cvat [2020/09/09 12:04] (current) – [Install] scipio | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| http:// | http:// | ||
| - | enable access from other hosts | + | http:// |
| - | <code> | + | |
| - | cat > docker-compose.override.yml | + | enable access from other hosts |
| + | <file ini 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> | ||