Skip to content

Commit de96a52

Browse files
committed
chore: 将 PostgreSQL 镜像版本更新为 v0.18.9-pg17
1 parent f24cd81 commit de96a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ services:
172172
restart: unless-stopped
173173
# 修改的PostgreSQL配置
174174
postgres:
175-
image: paradedb/paradedb:latest
175+
image: paradedb/paradedb:v0.18.9-pg17
176176
container_name: WeKnora-postgres
177177
ports:
178178
- "${DB_PORT}:5432"

0 commit comments

Comments
 (0)