diff --git a/settings.default.sh b/settings.default.sh index 9be5b41..a0dd9ff 100644 --- a/settings.default.sh +++ b/settings.default.sh @@ -14,7 +14,7 @@ # DATABASES # Service Parameters : ${DB_IMAGE:="hbpmip/postgresraw"} -: ${DB_VERSION:=":v1.4"} +: ${DB_VERSION:=":v1.4.1"} # 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