mirror of
https://github.com/Tencent/WeKnora.git
synced 2025-11-25 11:29:31 +08:00
chore: 将 PostgreSQL 镜像版本更新为 v0.18.9-pg17
This commit is contained in:
@@ -172,7 +172,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# 修改的PostgreSQL配置
|
# 修改的PostgreSQL配置
|
||||||
postgres:
|
postgres:
|
||||||
image: paradedb/paradedb:latest
|
image: paradedb/paradedb:v0.18.9-pg17
|
||||||
container_name: WeKnora-postgres
|
container_name: WeKnora-postgres
|
||||||
ports:
|
ports:
|
||||||
- "${DB_PORT}:5432"
|
- "${DB_PORT}:5432"
|
||||||
|
|||||||
Reference in New Issue
Block a user