Update REDIS_URL with the redis port to 6379 (#1)

Redis version 3.2.5 listens to port 6379
This commit is contained in:
suyambuganesh 2016-11-30 03:43:10 +01:00 committed by Chris Chang
parent 5c9e1191c7
commit f07d2933d6

View File

@ -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: