diff --git a/postgres/config.json b/postgres/config.json index 260121b12..c8b8849cf 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -12,6 +12,7 @@ "PGDATA": "/config/database" }, "image": "ghcr.io/alexbelgium/postgres-{arch}", + "init": false, "map": [ "addon_config:rw", "homeassistant_config:rw", @@ -37,5 +38,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "15.7-3_test3" + "version": "15.7-3_test4" }