mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix: ensure unifying on hardcoded /data mount path
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user