Update config.json

This commit is contained in:
Alexandre
2023-05-28 08:09:26 +02:00
committed by GitHub
parent 566ac05988
commit 65c1bda6f1

View File

@@ -7,7 +7,7 @@
"codenotary": "alexandrep.github@gmail.com",
"description": "Postgres 15",
"environment": {
"PGDATA": "/data"
"PGDATA": "/data/database"
},
"image": "ghcr.io/alexbelgium/postgres-{arch}",
"map": [
@@ -34,6 +34,6 @@
},
"slug": "postgres",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "15.3-test4",
"version": "15.3-test5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5432]"
}