We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c613eff commit 31ff4f0Copy full SHA for 31ff4f0
docker/HOW_TO_USE_DOCKER.md
@@ -55,9 +55,9 @@ mintplexlabs/anythingllm:master
55
<td>
56
57
```powershell
58
-$env:STORAGE_LOCATION="$HOME\Documents\anythingllm";
59
-If(!(Test-Path $env:STORAGE_LOCATION)) {New-Item $env:STORAGE_LOCATION -ItemType Directory};
60
-If(!(Test-Path "$env:STORAGE_LOCATION\.env")) {New-Item "$env:STORAGE_LOCATION\.env"};
+$env:STORAGE_LOCATION="$HOME\Documents\anythingllm"; `
+If(!(Test-Path $env:STORAGE_LOCATION)) {New-Item $env:STORAGE_LOCATION -ItemType Directory}; `
+If(!(Test-Path "$env:STORAGE_LOCATION\.env")) {New-Item "$env:STORAGE_LOCATION\.env"}; `
61
docker run -d -p 3001:3001 `
62
--cap-add SYS_ADMIN `
63
-v "$env:STORAGE_LOCATION`:/app/server/storage" `
0 commit comments