mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Merge pull request #597 from bryanthaboi/main
Directions for Windows / Docker Composer
This commit is contained in:
commit
9d8a46814d
14
README.md
14
README.md
@ -64,6 +64,7 @@ mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 100
|
|||||||
### 🐙 Docker Compose
|
### 🐙 Docker Compose
|
||||||
|
|
||||||
|
|
||||||
|
#### Linux/macOS
|
||||||
```bash
|
```bash
|
||||||
mkdir -p puter/config puter/data
|
mkdir -p puter/config puter/data
|
||||||
sudo chown -R 1000:1000 puter
|
sudo chown -R 1000:1000 puter
|
||||||
@ -72,6 +73,19 @@ docker compose up
|
|||||||
```
|
```
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
#### Windows
|
||||||
|
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
mkdir -p puter
|
||||||
|
cd puter
|
||||||
|
New-Item -Path "puter\config" -ItemType Directory -Force
|
||||||
|
New-Item -Path "puter\data" -ItemType Directory -Force
|
||||||
|
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
|
||||||
|
docker compose up
|
||||||
|
```
|
||||||
|
<br/>
|
||||||
|
|
||||||
### ☁️ Puter.com
|
### ☁️ Puter.com
|
||||||
|
|
||||||
Puter is available as a hosted service at [**puter.com**](https://puter.com).
|
Puter is available as a hosted service at [**puter.com**](https://puter.com).
|
||||||
|
Loading…
Reference in New Issue
Block a user