fix: ensure unifying on hardcoded /data mount path

This commit is contained in:
Ran
2026-02-24 03:25:35 +08:00
committed by 晨苒
parent 6cb80d30be
commit 5e12b5a53f
23 changed files with 96 additions and 96 deletions
-1
View File
@@ -29,7 +29,6 @@ jwt_expires_in = "168h"
[mcp]
image = "memohai/mcp:latest"
data_root = "data"
data_mount = "/data"
[postgres]
host = "127.0.0.1"
-1
View File
@@ -27,7 +27,6 @@ jwt_expires_in = "168h"
# image = "docker.io/library/memoh-mcp:dev"
# snapshotter = "overlayfs"
# data_root = "data"
# data_mount = "/data"
[postgres]
host = "127.0.0.1"
-1
View File
@@ -26,7 +26,6 @@ namespace = "default"
image = "docker.io/library/memoh-mcp:latest"
snapshotter = "overlayfs"
data_root = "/opt/memoh/data"
data_mount = "/data"
## Postgres configuration
[postgres]
-1
View File
@@ -26,7 +26,6 @@ namespace = "default"
image = "docker.io/library/memoh-mcp:dev"
snapshotter = "overlayfs"
data_root = "data"
data_mount = "/data"
cni_bin_dir = "/opt/cni/bin"
cni_conf_dir = "/etc/cni/net.d"