Fix redis installation on 1.7

This commit is contained in:
Girish Ramakrishnan
2015-08-10 23:00:24 -07:00
parent 74785a40d5
commit 0ea14db172
+1 -1
View File
@@ -675,7 +675,7 @@ function setupRedis(app, callback) {
var startOptions = {
Binds: [
redisVarsFile + ':/etc/redis/redis_vars.sh:r',
redisVarsFile + ':/etc/redis/redis_vars.sh:ro',
redisDataDir + ':/var/lib/redis:rw'
],
// On Mac (boot2docker), we have to export the port to external world for port forwarding from Mac to work