mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +00:00
Update README.md
This commit is contained in:
parent
45840067f9
commit
70b9b6f088
@ -54,6 +54,9 @@ This will launch Puter at http://localhost:4000 (or the next available port).
|
||||
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
|
||||
```
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
### Using Docker Compose
|
||||
|
||||
**note:** it is **not** necessary to run this within a clone of this repository. For contributors, it is recommended to use the [Local Development](#local-development) instructions.
|
||||
@ -64,6 +67,8 @@ sudo chown -R 1000:1000 puter
|
||||
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
|
||||
docker compose up
|
||||
```
|
||||
<br/>
|
||||
|
||||
|
||||
### Self-Hosting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user