Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Remove version fields from Docker Compose override file examples (cva…
Browse files Browse the repository at this point in the history
…t-ai#5545)

I was supposed to do this in cvat-ai#5524 when I was removing them everywhere
else, but I didn't think to search the documentation. Compose override
files must have the same format as the base file, otherwise Docker
Compose rejects them.

Fixes cvat-ai#5544.
  • Loading branch information
SpecLad authored and mikhail-treskin committed Jul 1, 2023
1 parent 8117c39 commit 06ac9c1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions site/content/en/docs/administration/advanced/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ In your override config you need to passthrough your settings and tell CVAT to
use them by setting the `DJANGO_SETTINGS_MODULE` variable.

```yml
version: '3.3'

services:
cvat:
environment:
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/docs/administration/basics/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,6 @@ To do that you can mount it to CVAT docker container. Example of
docker-compose.override.yml for this purpose:
```yml
version: '3.3'
services:
cvat_server:
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ To enable authentication, do the following:
1. Create `docker-compose.override.yml` with the following code:

```yaml
version: '3.3'
services:
cvat_server:
environment:
Expand Down Expand Up @@ -62,7 +61,6 @@ There are 2 basic steps to enable Github account authentication.
1. Create `docker-compose.override.yml` with the following code:

```yaml
version: '3.3'
services:
cvat_server:
environment:
Expand Down
2 changes: 0 additions & 2 deletions site/content/en/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ Follow the Docker manual and configure the directory that you want to use as a s
After that, it should be possible to use this directory as a CVAT share:
```yaml
version: '3.3'

services:
cvat:
volumes:
Expand Down

0 comments on commit 06ac9c1

Please sign in to comment.