Update to latest PostgresRAW version

This commit is contained in:
2018-03-20 17:23:31 +01:00
parent 3e79e99f03
commit f46d068109

View File

@@ -14,7 +14,7 @@
# DATABASES
# Service Parameters
: ${DB_IMAGE:="hbpmip/postgresraw"}
: ${DB_VERSION:=":v1.3"}
: ${DB_VERSION:=":v1.4"}
# If you want to expose the DB, you have to adapt the values below, as well
# as uncomment the port section in the docker-compose.yml file.
: ${DB_HOST:="db"} # Internal hostname, if NOT exposed, defined in docker-compose.yml