Update config.json

This commit is contained in:
Alexandre
2024-12-04 23:09:18 +01:00
committed by GitHub
parent 0593ae0dc7
commit 7f2b02719a

View File

@@ -12,6 +12,7 @@
"PGDATA": "/config/database" "PGDATA": "/config/database"
}, },
"image": "ghcr.io/alexbelgium/postgres-{arch}", "image": "ghcr.io/alexbelgium/postgres-{arch}",
"init": false,
"map": [ "map": [
"addon_config:rw", "addon_config:rw",
"homeassistant_config:rw", "homeassistant_config:rw",
@@ -37,5 +38,5 @@
"slug": "postgres", "slug": "postgres",
"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": "15.7-3_test3" "version": "15.7-3_test4"
} }