Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove version fields from Docker Compose override file examples #5545

Merged
merged 1 commit into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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