Update config.json

This commit is contained in:
Alexandre
2025-05-31 05:47:27 +02:00
committed by GitHub
parent 763c11f00c
commit 0802d85331

View File

@@ -11,6 +11,7 @@
"PGDATA": "/config/database" "PGDATA": "/config/database"
}, },
"hassio_api": true, "hassio_api": true,
"hassio_role": "manager",
"image": "ghcr.io/alexbelgium/postgres_17-{arch}", "image": "ghcr.io/alexbelgium/postgres_17-{arch}",
"init": false, "init": false,
"map": [ "map": [
@@ -38,5 +39,5 @@
"slug": "postgres_latest", "slug": "postgres_latest",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
"version": "17.4-3" "version": "17.4-4"
} }