From 2d198a711b1785d1f46b4690a484ac448c2a04f0 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Dec 2025 11:32:42 +0900 Subject: Update PostgreSQL volume mount paths for PostgreSQL 18 (#16986) * Initial plan * Update PostgreSQL volume mount paths for PostgreSQL 18 compatibility Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --- compose.local-db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose.local-db.yml') diff --git a/compose.local-db.yml b/compose.local-db.yml index 4703b16fc5..2b69cabf5a 100644 --- a/compose.local-db.yml +++ b/compose.local-db.yml @@ -21,7 +21,7 @@ services: env_file: - .config/docker.env volumes: - - ./db:/var/lib/postgresql/data + - ./db:/var/lib/postgresql healthcheck: test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB" interval: 5s -- cgit v1.2.3-freya