Fix redis internal address localhost -> redis
This commit is contained in:
parent
9136aa5f0e
commit
15ebd98fa2
2
.env
2
.env
|
@ -1,7 +1,7 @@
|
|||
# Description: Environment variables for the application
|
||||
|
||||
# Redis connection details
|
||||
REDIS_HOST=localhost
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_DB=0
|
||||
REDIS_PASSWORD=
|
||||
|
|
Loading…
Reference in a new issue