Fix redis hostname

This commit is contained in:
Girish Ramakrishnan
2015-10-23 19:24:22 -07:00
parent b5358e7565
commit 23ba078a17

View File

@@ -754,7 +754,7 @@ function setupRedis(app, options, callback) {
var createOptions = {
name: 'redis-' + app.id,
Hostname: config.appFqdn(app.location),
Hostname: 'redis-' + app.location,
Tty: true,
Image: 'cloudron/redis:0.7.0', // if you change this, fix setup/INFRA_VERSION as well
Cmd: null,