mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-12-08 17:36:24 +00:00
Remove version from compose files
This commit is contained in:
parent
5ce72ba12e
commit
50d7ec412f
@ -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
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
version: '3.4'
|
||||
services:
|
||||
redis:
|
||||
image: redis:6.2
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user