From 70b9b6f0881eb9f7f1e144a1c6e24baf8315f7de Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 7 Jul 2024 15:03:09 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index daa2f49e..986ec706 100644 --- a/README.md +++ b/README.md @@ -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 ``` +
+ + ### 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 ``` +
+ ### Self-Hosting