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_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose_example.yml') diff --git a/compose_example.yml b/compose_example.yml index 70de5bba7b..efc7d6624d 100644 --- a/compose_example.yml +++ b/compose_example.yml @@ -43,7 +43,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