This commit is contained in:
alexbelgium
2025-05-29 15:39:59 +02:00
parent 59abd5534e
commit fa1c830f80
4 changed files with 22 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
"CONFIG_LOCATION": "/config/postgresql.conf",
"PGDATA": "/config/database"
},
"hassio_api": true,
"image": "ghcr.io/alexbelgium/postgres-{arch}",
"init": false,
"map": [
@@ -38,5 +39,5 @@
"slug": "postgres",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
"version": "15.7-29"
"version": "15.7-36"
}