mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #2936 from froque/update_redis_image
Update redis image to use latest patch and not a hardcoded patch
This commit is contained in:
commit
8ca8399805
@ -3,7 +3,7 @@ version: '3.4'
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:6.2.6
|
||||
image: redis:6.2
|
||||
command:
|
||||
- --loglevel warning
|
||||
volumes:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: '3.4'
|
||||
services:
|
||||
redis:
|
||||
image: redis:6.2.6
|
||||
image: redis:6.2
|
||||
command:
|
||||
- --loglevel warning
|
||||
volumes:
|
||||
|
||||
@ -3,7 +3,7 @@ version: '2.3'
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:6.2.6
|
||||
image: redis:6.2
|
||||
command:
|
||||
- --loglevel warning
|
||||
volumes:
|
||||
|
||||
@ -3,7 +3,7 @@ version: '2'
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:6.2.6
|
||||
image: redis:6.2
|
||||
command:
|
||||
- --loglevel warning
|
||||
volumes:
|
||||
|
||||
@ -3,7 +3,7 @@ version: '2'
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:6.2.6
|
||||
image: redis:6.2
|
||||
command:
|
||||
- --loglevel warning
|
||||
volumes:
|
||||
|
||||
@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: redis
|
||||
image: redis:6.2.6
|
||||
image: redis:6.2
|
||||
ports:
|
||||
- name: redis
|
||||
containerPort: 6379
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user