This commit is contained in:
@@ -214,11 +214,15 @@ export interface MCPTool {
|
||||
| Network | `br0` |
|
||||
| IP | `10.2.0.35` (next available static; `gitea-mcp` already owns `10.2.0.16:8081` and remains undisturbed during transition) |
|
||||
| Port | `8811:8811` |
|
||||
| Appdata | `/mnt/user/appdata/totalmcp → /app/data` |
|
||||
| Env File | `/mnt/user/appdata/totalmcp/.env` |
|
||||
| Docker Socket | `/var/run/docker.sock → /var/run/docker.sock` |
|
||||
| Appdata | `/mnt/user/appdata/totalmcp/data → /app/data` |
|
||||
| Logs | `/mnt/user/appdata/totalmcp/logs → /app/logs` |
|
||||
| Docker Socket | `/var/run/docker.sock → /var/run/docker.sock` (RW, required for Phase 2 docker plugin) |
|
||||
| CODEX DB | `/mnt/user/appdata/codex/db.sqlite → /app/codex/db.sqlite` (Phase 3 codex-mrp plugin) |
|
||||
| Variables | Set per-plugin env vars in the Unraid GUI (see `INSTALL-UNRAID.md`) |
|
||||
| Restart Policy | `unless-stopped` |
|
||||
| Pids Limit | `2048` |
|
||||
| Pids Limit | `2048` (via Extra Parameters: `--pids-limit=2048`) |
|
||||
|
||||
> **Full GUI walkthrough:** [`INSTALL-UNRAID.md`](INSTALL-UNRAID.md) — every field, env var, and verification step.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user