[PR #774] [MERGED] [DOCS] Update Docker documentation to show how to setup Ollama with Dockerized version of AnythingLLM #3487

Closed
opened 2026-02-22 18:33:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/774
Author: @shatfield4
Created: 2/21/2024
Status: Merged
Merged: 2/21/2024
Merged by: @timothycarambat

Base: masterHead: 759-feat-description-for-configuring-ollama-llm-to-work-out-of-the-box-with-docker-container


📝 Commits (5)

  • 4c9f380 update HOW_TO_USE_DOCKER to help with Ollama setup using docker
  • 0ed41a5 update HOW_TO_USE_DOCKER
  • 67bdce3 styles update
  • 80fe9be create separate README for ollama and link to it in HOW_TO_USE_DOCKER
  • 14c961f styling update

📊 Changes

2 files changed (+63 additions, -5 deletions)

View changed files

📝 docker/HOW_TO_USE_DOCKER.md (+23 -5)
server/utils/AiProviders/ollama/README.md (+40 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #759

What is in this change?

Describe the changes in this PR that are impactful to the repo.

  • Add additional documentation showing how to set environment variables in Ollama in order to get it to work with the Dockerized version of AnythingLLM

Additional Information

Add any other context about the Pull Request here that was not captured above.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/774 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 2/21/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `759-feat-description-for-configuring-ollama-llm-to-work-out-of-the-box-with-docker-container` --- ### 📝 Commits (5) - [`4c9f380`](https://github.com/Mintplex-Labs/anything-llm/commit/4c9f38012c15f0b29a6b47c024bdf201f0b08336) update HOW_TO_USE_DOCKER to help with Ollama setup using docker - [`0ed41a5`](https://github.com/Mintplex-Labs/anything-llm/commit/0ed41a573e8e0f394fccc3332e108ae898f6f7e8) update HOW_TO_USE_DOCKER - [`67bdce3`](https://github.com/Mintplex-Labs/anything-llm/commit/67bdce374299a5da4638b35eab43918a053b2037) styles update - [`80fe9be`](https://github.com/Mintplex-Labs/anything-llm/commit/80fe9be600821162d436d398cec949a67293e402) create separate README for ollama and link to it in HOW_TO_USE_DOCKER - [`14c961f`](https://github.com/Mintplex-Labs/anything-llm/commit/14c961fce976dce88c8b1efc3cccb74acd4da163) styling update ### 📊 Changes **2 files changed** (+63 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `docker/HOW_TO_USE_DOCKER.md` (+23 -5) ➕ `server/utils/AiProviders/ollama/README.md` (+40 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [x] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #759 ### What is in this change? Describe the changes in this PR that are impactful to the repo. - Add additional documentation showing how to set environment variables in Ollama in order to get it to work with the Dockerized version of AnythingLLM ### Additional Information Add any other context about the Pull Request here that was not captured above. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:53 -05:00
yindo closed this issue 2026-02-22 18:33:53 -05:00
yindo changed title from [PR #774] [DOCS] Update Docker documentation to show how to setup Ollama with Dockerized version of AnythingLLM to [PR #774] [MERGED] [DOCS] Update Docker documentation to show how to setup Ollama with Dockerized version of AnythingLLM 2026-06-05 15:13:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3487