fix: PG 18 数据卷挂载路径修正为 /var/lib/postgresql
Made-with: Cursor
This commit is contained in:
+2
-1
@@ -339,7 +339,8 @@ services:
|
||||
POSTGRES_PASSWORD: ${ASG_POSTGRES_PASSWORD:-easyai2025}
|
||||
POSTGRES_DB: ${ASG_POSTGRES_DB:-agent_governance}
|
||||
volumes:
|
||||
- asg_postgres_data:/var/lib/postgresql/data
|
||||
# PG 18+ 数据目录改为 /var/lib/postgresql/18/docker,需挂载父目录 /var/lib/postgresql
|
||||
- asg_postgres_data:/var/lib/postgresql
|
||||
networks:
|
||||
comfyai:
|
||||
ipv4_address: 172.21.0.13
|
||||
|
||||
Reference in New Issue
Block a user