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