From fe89bd30a33b0594db3701a154f24317fbe9f73b Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 19 Jan 2026 18:13:51 +0100 Subject: [PATCH] fix(service): autobase database is not persisted correctly (#7978) --- templates/compose/autobase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/autobase.yaml b/templates/compose/autobase.yaml index caafa8cce..bef8fdc05 100644 --- a/templates/compose/autobase.yaml +++ b/templates/compose/autobase.yaml @@ -27,7 +27,7 @@ services: environment: - POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES} volumes: - - autobase-db-data:/var/lib/postgresql/data + - autobase-db-data:/var/lib/postgresql healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 5s