From 20bb47187f34a4460d096ea7b6f429c52ab6515a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:34:55 +0200 Subject: [PATCH] Update config.json --- ente/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ente/config.json b/ente/config.json index d7c2f2069..110f74be7 100644 --- a/ente/config.json +++ b/ente/config.json @@ -20,7 +20,8 @@ "PUID": "0", "S3_BUCKET": "ente-media", "S3_ENDPOINT": "http://localhost:3200", - "TZ": "Europe/Paris" + "TZ": "Europe/Paris", + "PGDATA": "/config/postgres" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/ente-{arch}",