From 82cdc993e3807a970c0923790dd007b8b4527987 Mon Sep 17 00:00:00 2001 From: Luna Midori <118759930+lunamidori5@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:00:36 -0700 Subject: [PATCH] Update HOW_TO_USE_DOCKER.md --- docker/HOW_TO_USE_DOCKER.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker/HOW_TO_USE_DOCKER.md b/docker/HOW_TO_USE_DOCKER.md index 20ae0ccf723..acd9221064e 100644 --- a/docker/HOW_TO_USE_DOCKER.md +++ b/docker/HOW_TO_USE_DOCKER.md @@ -91,6 +91,13 @@ mintplexlabs/anythingllm; Go to `http://localhost:3001` and you are now using AnythingLLM! All your data and progress will persist between container rebuilds or pulls from Docker Hub. +## Use the Midori AI Subsystem to Manage AnythingLLM + +Follow the setup found on [Midori AI Subsystem Site](https://io.midori-ai.xyz/subsystem/manager/) for your host OS +After setting that up install the AnythingLLM docker backend to the Midori AI Subsystem. + +Once that is done, you are all set! + ## How to use the user interface - To access the full application, visit `http://localhost:3001` in your browser.