Merge pull request #3116 from aminvakil/compose_version_removal

Remove version from compose files
This commit is contained in:
Steven Achilles 2025-06-12 06:17:51 +02:00 committed by GitHub
commit dce392b8a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 12 deletions

View File

@ -2807,8 +2807,6 @@ To do that you will need to set the environment variable `GITLAB_MONITORING_IP_W
You can also set your `docker-compose.yml` [healthcheck](https://docs.docker.com/compose/compose-file/compose-file-v2/#healthcheck) configuration to make periodic checks:
```yml
version: '2.3'
services:
gitlab:
image: sameersbn/gitlab:18.0.1

View File

@ -1,5 +1,3 @@
version: '3.4'
services:
redis:
restart: always

View File

@ -1,4 +1,3 @@
version: '3.4'
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: '2.3'
services:
redis:

View File

@ -1,5 +1,3 @@
version: '2'
services:
redis:
restart: always

View File

@ -1,5 +1,3 @@
version: '2'
services:
redis:
restart: always

View File

@ -65,8 +65,6 @@ Starting a fresh installation with GitLab would be like the `docker-compose` fil
This is an example with minio.
```yml
version: '2'
services:
redis:
restart: always