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
-2
View File
@@ -29,7 +29,6 @@ namespace = "default"
image = "docker.io/library/memoh-mcp:latest"
snapshotter = "overlayfs"
data_root = "data"
data_mount = "/data"
[postgres]
host = "127.0.0.1"
@@ -104,7 +103,6 @@ MCP (Model Context Protocol) container configuration. Each bot runs in a contain
| `image` | string | `"docker.io/library/memoh-mcp:latest"` | MCP container image |
| `snapshotter` | string | `"overlayfs"` | Containerd snapshotter |
| `data_root` | string | `"data"` | Host path for bot data (Docker: `/opt/memoh/data`) |
| `data_mount` | string | `"/data"` | Path inside container where data is mounted |
### `[postgres]`