From 9f55f44efbe065efb2b4dc9fe043fd7337ba60d0 Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Mon, 25 Mar 2024 17:44:16 -0700 Subject: [PATCH] update docs --- docker/HOW_TO_USE_DOCKER.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docker/HOW_TO_USE_DOCKER.md b/docker/HOW_TO_USE_DOCKER.md index acd922106..19a0920ef 100644 --- a/docker/HOW_TO_USE_DOCKER.md +++ b/docker/HOW_TO_USE_DOCKER.md @@ -91,13 +91,6 @@ 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. @@ -116,6 +109,17 @@ Once that is done, you are all set! Your docker host will show the image as online once the build process is completed. This will build the app to `http://localhost:3001`. +## Integrations and one-click setups + +The integrations below are templates or tooling built by the community to make running the docker experience of AnythingLLM easier. + +### 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! + ## Common questions and fixes ### Cannot connect to service running on localhost! -- GitLab