chore: 将 PostgreSQL 镜像版本更新为 v0.18.9-pg17

This commit is contained in:
begoniezhao
2025-10-15 11:41:47 +08:00
parent f24cd817cb
commit de96a52d54

View File

@@ -172,7 +172,7 @@ services:
restart: unless-stopped
# 修改的PostgreSQL配置
postgres:
image: paradedb/paradedb:latest
image: paradedb/paradedb:v0.18.9-pg17
container_name: WeKnora-postgres
ports:
- "${DB_PORT}:5432"