Skip to content

Commit ce78284

Browse files
authored
fix: 修正 PostgreSQL 18 数据卷挂载路径 (#31)
1 parent f4d1d79 commit ce78284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
- "127.0.0.1:5432:5432"
8080
volumes:
8181
- ./docker/init-db:/docker-entrypoint-initdb.d
82-
- involution-postgres-data:/var/lib/postgresql/data
82+
- involution-postgres-data:/var/lib/postgresql
8383
healthcheck:
8484
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-involution} -d ${POSTGRES_DB:-involution_hell}"]
8585
interval: 10s

0 commit comments

Comments
 (0)