Skip to content
Snippets Groups Projects
Commit 2def9a67 authored by timothycarambat's avatar timothycarambat
Browse files

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

parent 4fe25ceb
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment