add podman ollama notes

This commit is contained in:
2026-02-06 20:20:11 -05:00
parent 03c8e95275
commit 1d39fb4dc6

View File

@@ -84,11 +84,12 @@ pgrep ollama | xargs -I '%' sh -c 'kill %'
## Run Anything LLM Interface
```bash
podman run \
docker run \
-d \
-p 3001:3001 \
--name anything-llm \
--cap-add SYS_ADMIN \
--restart always \
-v anything-llm:/app/server \
-e STORAGE_DIR="/app/server/storage" \
docker.io/mintplexlabs/anythingllm