From 0802d85331b4731bd50138a9469174098ba47545 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 31 May 2025 05:47:27 +0200 Subject: [PATCH] Update config.json --- postgres_17/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgres_17/config.json b/postgres_17/config.json index 5e4c896d7..d2bbd1ba5 100644 --- a/postgres_17/config.json +++ b/postgres_17/config.json @@ -11,6 +11,7 @@ "PGDATA": "/config/database" }, "hassio_api": true, + "hassio_role": "manager", "image": "ghcr.io/alexbelgium/postgres_17-{arch}", "init": false, "map": [ @@ -38,5 +39,5 @@ "slug": "postgres_latest", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "17.4-3" + "version": "17.4-4" }