Skip to content

Commit 31ff4f0

Browse files
docs: chain windows docker commands for single enter run
1 parent c613eff commit 31ff4f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/HOW_TO_USE_DOCKER.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ mintplexlabs/anythingllm:master
5555
<td>
5656

5757
```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"};
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"}; `
6161
docker run -d -p 3001:3001 `
6262
--cap-add SYS_ADMIN `
6363
-v "$env:STORAGE_LOCATION`:/app/server/storage" `

0 commit comments

Comments
 (0)