[GH-ISSUE #2912] [DOCS]: docker #1856

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

Originally created by @deependhulla on GitHub (Dec 29, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2912

Description

update docker command line to include -- touch "$STORAGE_LOCATION/anythingllm.db" && \ too. example ...

export STORAGE_LOCATION=/mnt/datadrive/anythingllm &&
mkdir -p $STORAGE_LOCATION &&
touch "$STORAGE_LOCATION/.env" &&
touch "$STORAGE_LOCATION/anythingllm.db" &&
docker run -d -p 3001:3001
--cap-add SYS_ADMIN
-v ${STORAGE_LOCATION}:/app/server/storage
-v ${STORAGE_LOCATION}/.env:/app/server/.env
-e STORAGE_DIR="/app/server/storage"
mintplexlabs/anythingllm

Originally created by @deependhulla on GitHub (Dec 29, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2912 ### Description update docker command line to include -- touch "$STORAGE_LOCATION/anythingllm.db" && \ too. example ... export STORAGE_LOCATION=/mnt/datadrive/anythingllm && \ mkdir -p $STORAGE_LOCATION && \ touch "$STORAGE_LOCATION/.env" && \ touch "$STORAGE_LOCATION/anythingllm.db" && \ docker run -d -p 3001:3001 \ --cap-add SYS_ADMIN \ -v ${STORAGE_LOCATION}:/app/server/storage \ -v ${STORAGE_LOCATION}/.env:/app/server/.env \ -e STORAGE_DIR="/app/server/storage" \ mintplexlabs/anythingllm
yindo added the documentation label 2026-02-22 18:26:50 -05:00
yindo closed this issue 2026-02-22 18:26:50 -05:00
yindo changed title from [DOCS]: docker to [GH-ISSUE #2912] [DOCS]: docker 2026-06-05 14:43:04 -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#1856