From 65c1bda6f19841b82421138a53212ddfeefa4822 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 May 2023 08:09:26 +0200 Subject: [PATCH] Update config.json --- postgres/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres/config.json b/postgres/config.json index be8d157ed..5d30fcc13 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -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]" }