From 42d0ec220acbbee04e4688412f310d8aa6924edf Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 1 Sep 2026 23:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20480T/hindsight/docker-comp?= =?UTF-8?q?ose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 480T/hindsight/docker-compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/480T/hindsight/docker-compose.yaml b/480T/hindsight/docker-compose.yaml index c8001c9..d1212f8 100644 --- a/480T/hindsight/docker-compose.yaml +++ b/480T/hindsight/docker-compose.yaml @@ -26,4 +26,7 @@ services: volumes: # Hindsight 内嵌 PostgreSQL 数据 - - /volume1/docker/docker_projects/hindsight/data:/home/hindsight/.pg0 \ No newline at end of file + - hindsight-data:/home/hindsight/.pg0 + +volumes: + hindsight-data: \ No newline at end of file