forked from DevOps/deploy.stack
fix(honcho): correct Volumes_Path casing to lowercase
This commit is contained in:
@@ -29,7 +29,7 @@ POSTGRES_HOST_AUTH_METHOD=scram-sha-256
|
||||
# 宿主机数据卷路径(必须 WSL/Linux ext4 原生 fs,不能放 /mnt/9P)
|
||||
# 9P drvfs 的 fsync 不可靠,会导致 PG 数据损坏
|
||||
# ============================================================
|
||||
Volumes_Path=/data/Volumes/honcho
|
||||
Volumes_Path=/data/volumes/honcho
|
||||
|
||||
# ============================================================
|
||||
# 服务端口(宿主机:容器,全部绑定 0.0.0.0 供 LAN 访问)
|
||||
|
||||
Reference in New Issue
Block a user