mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
docs: update default storage path to just write to user home dir for docker instructions
This commit is contained in:
parent
4fe25cebe3
commit
2def9a67a1
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ This monorepo consists of three main sections:
|
|||
`docker pull mintplexlabs/anythingllm:master`
|
||||
|
||||
```shell
|
||||
export STORAGE_LOCATION="/var/lib/anythingllm" && \
|
||||
export STORAGE_LOCATION=$HOME/anythingllm && \
|
||||
mkdir -p $STORAGE_LOCATION && \
|
||||
touch "$STORAGE_LOCATION/.env" && \
|
||||
docker run -d -p 3001:3001 \
|
||||
|
|
|
@ -20,7 +20,7 @@ Use the Dockerized version of AnythingLLM for a much faster and complete startup
|
|||
`docker pull mintplexlabs/anythingllm:master`
|
||||
|
||||
```shell
|
||||
export STORAGE_LOCATION="/var/lib/anythingllm" && \
|
||||
export STORAGE_LOCATION=$HOME/anythingllm && \
|
||||
mkdir -p $STORAGE_LOCATION && \
|
||||
touch "$STORAGE_LOCATION/.env" && \
|
||||
docker run -d -p 3001:3001 \
|
||||
|
|
Loading…
Add table
Reference in a new issue