mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
docs: chain windows docker commands for single enter run
This commit is contained in:
parent
c613eff31c
commit
31ff4f0832
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ mintplexlabs/anythingllm:master
|
|||
<td>
|
||||
|
||||
```powershell
|
||||
$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"};
|
||||
$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"}; `
|
||||
docker run -d -p 3001:3001 `
|
||||
--cap-add SYS_ADMIN `
|
||||
-v "$env:STORAGE_LOCATION`:/app/server/storage" `
|
||||
|
|
Loading…
Add table
Reference in a new issue