fix(honcho): correct Volumes_Path casing to lowercase

This commit is contained in:
2026-06-19 22:58:55 +08:00
parent 337a789a0f
commit 18b93913f5
+1 -1
View File
@@ -29,7 +29,7 @@ POSTGRES_HOST_AUTH_METHOD=scram-sha-256
# 宿主机数据卷路径(必须 WSL/Linux ext4 原生 fs,不能放 /mnt/9P # 宿主机数据卷路径(必须 WSL/Linux ext4 原生 fs,不能放 /mnt/9P
# 9P drvfs 的 fsync 不可靠,会导致 PG 数据损坏 # 9P drvfs 的 fsync 不可靠,会导致 PG 数据损坏
# ============================================================ # ============================================================
Volumes_Path=/data/Volumes/honcho Volumes_Path=/data/volumes/honcho
# ============================================================ # ============================================================
# 服务端口(宿主机:容器,全部绑定 0.0.0.0 供 LAN 访问) # 服务端口(宿主机:容器,全部绑定 0.0.0.0 供 LAN 访问)