fix redis auth
parent
72bb8aa3c2
commit
2a7cfeac59
|
@ -146,7 +146,8 @@ spec:
|
||||||
- name: redis
|
- name: redis
|
||||||
image: redis:6.0.9
|
image: redis:6.0.9
|
||||||
args:
|
args:
|
||||||
- --requirepass nextcloud
|
- --requirepass
|
||||||
|
- nextcloud
|
||||||
ports:
|
ports:
|
||||||
- name: redis
|
- name: redis
|
||||||
containerPort: 6379
|
containerPort: 6379
|
||||||
|
|
Loading…
Reference in New Issue