changed variable for redis password
This commit is contained in:
parent
cca425e6d8
commit
9a4502899b
|
@ -40,7 +40,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- db.env
|
- db.env
|
||||||
env:
|
env:
|
||||||
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
||||||
networks:
|
networks:
|
||||||
- backend-nextcloud
|
- backend-nextcloud
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue