docs: update default storage path to just write to user home dir for docker instructions

This commit is contained in:
timothycarambat 2023-12-17 15:48:56 -08:00
parent 4fe25cebe3
commit 2def9a67a1
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \