fix(memos): correct postgres volume and env setup

This commit is contained in:
2026-06-19 16:40:45 +08:00
parent c55d90040c
commit c06984a268
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ PGSQL_IMAGE_TAG=postgres:18.4
# ---------- 数据卷 ----------
# 宿主机持久化目录,会挂载到容器 /var/opt/memos
# 部署前手动创建:mkdir -pv /data/volumes/memos/data
# 部署前手动创建:mkdir -pv /data/volumes/memos/{data,pgsql_data}
Volumes_Path=/data/volumes/memos