From 43b57a474df19308b31fccf60835c28367da976f Mon Sep 17 00:00:00 2001 From: F1sh2712 <138188133+F1sh2712@users.noreply.github.com> Date: Sat, 9 May 2026 01:20:57 +1000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20PostgreSQL=2018=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8D=B7=E6=8C=82=E8=BD=BD=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 45517fb..cdc0fb6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -79,7 +79,7 @@ services: - "127.0.0.1:5432:5432" volumes: - ./docker/init-db:/docker-entrypoint-initdb.d - - involution-postgres-data:/var/lib/postgresql/data + - involution-postgres-data:/var/lib/postgresql healthcheck: test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-involution} -d ${POSTGRES_DB:-involution_hell}"] interval: 10s