From 381532f845188a81ac190285a4cba8daf0bf9958 Mon Sep 17 00:00:00 2001 From: Arthur Bonavita Date: Fri, 14 Nov 2025 21:06:45 +0100 Subject: [PATCH] fix: use correct volume mount for modern postgres images --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 248b2c4d..c9a741db 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: env_file: - container.env volumes: - - ./postgres-data:/var/lib/postgresql/data + - ./postgres-data:/var/lib/postgresql/ healthcheck: test: ['CMD-SHELL', 'pg_isready -U postgres'] interval: 5s