Remove version from compose files

This commit is contained in:
Amin Vakil 2025-05-30 13:55:40 +03:30 committed by Steven Achilles
parent 5ce72ba12e
commit 50d7ec412f
6 changed files with 0 additions and 11 deletions

View File

@ -2795,8 +2795,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:17.11.3

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:6.2

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

@ -67,8 +67,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