Update REDIS_URL with the redis port to 6379 (#1)
Redis version 3.2.5 listens to port 6379
This commit is contained in:
parent
5c9e1191c7
commit
f07d2933d6
@ -8,7 +8,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
environment:
|
environment:
|
||||||
REDIS_URL: redis://redis:6370/0
|
REDIS_URL: redis://redis:6379/0
|
||||||
# SESSION_SECRET_KEY
|
# SESSION_SECRET_KEY
|
||||||
# BUGSNAG_KEY
|
# BUGSNAG_KEY
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user