mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Update docker-compose.yml
This commit is contained in:
parent
19f8c4927e
commit
0ba02c4881
@ -3,11 +3,11 @@ version: '2.3'
|
||||
services:
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:5.0.9
|
||||
image: redis:6.2
|
||||
command:
|
||||
- --loglevel warning
|
||||
volumes:
|
||||
- redis-data:/var/lib/redis:Z
|
||||
- redis-data:/data:Z
|
||||
|
||||
postgresql:
|
||||
restart: always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user