From 7f2b02719a3b4c29928b4024f6e05fdd27424bdf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:09:18 +0100 Subject: [PATCH] Update config.json --- postgres/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }