addons do not write to /var/log anymore

This commit is contained in:
Girish Ramakrishnan
2015-10-15 11:00:39 -07:00
parent eda4dc83a3
commit f57c91847d
4 changed files with 19 additions and 22 deletions

View File

@@ -756,12 +756,11 @@ function setupRedis(app, options, callback) {
name: 'redis-' + app.id,
Hostname: config.appFqdn(app.location),
Tty: true,
Image: 'cloudron/redis:0.6.1', // if you change this, fix setup/INFRA_VERSION as well
Image: 'cloudron/redis:0.7.0', // if you change this, fix setup/INFRA_VERSION as well
Cmd: null,
Volumes: {
'/tmp': {},
'/run': {},
'/var/log': {}
'/run': {}
},
VolumesFrom: []
};