postgresql: readonly rootfs

This commit is contained in:
Girish Ramakrishnan
2015-10-08 09:20:25 -07:00
parent 2d815a92a3
commit 721900fc47
2 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ INFRA_VERSION=12
# These constants are used in the installer script as well
BASE_IMAGE=cloudron/base:0.5.1
MYSQL_IMAGE=cloudron/mysql:0.4.0
POSTGRESQL_IMAGE=cloudron/postgresql:0.4.0
POSTGRESQL_IMAGE=cloudron/postgresql:0.5.0
MONGODB_IMAGE=cloudron/mongodb:0.4.0
REDIS_IMAGE=cloudron/redis:0.5.0 # if you change this, fix src/addons.js as well
MAIL_IMAGE=cloudron/mail:0.4.0