Update README.md

This commit is contained in:
KernelDeimos 2024-04-02 02:09:36 -04:00
parent ac2e3e2873
commit a9947ad97f

View File

@ -44,12 +44,16 @@ This will launch Puter at http://localhost:4000 (or the next available port).
### Using Docker
**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.
```bash
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
```
### 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.
```bash
mkdir puter && cd puter
mkdir -p puter/config puter/data