From 80e3370863e0abdd34edd022f5932c9d6bbb8af4 Mon Sep 17 00:00:00 2001 From: Peter Karolyi Date: Sun, 5 May 2024 10:42:20 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bd0dc2..e8bda73 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Garden Snail is a self-hosted [Remote Cache](https://turbo.build/repo/docs/core- The easiest way to get started is to use the published [Docker image](https://hub.docker.com/r/pkarolyi/garden-snail). It runs the remote cache server listening on port 3000. ```sh -docker run -e STORAGE_PROVIDER=local -e LOCAL_STORAGE_PATH=/blobs -v "$(pwd)"/blobs:/blobs -p 3000:3000 pkarolyi/garden-snail +docker run -e AUTH_TOKENS= -e STORAGE_PROVIDER=local -e LOCAL_STORAGE_PATH=/blobs -v "$(pwd)"/blobs:/blobs -p 3000:3000 pkarolyi/garden-snail ``` You can also build and run the application yourself, you will need NodeJS `20.12.2` and pnpm `9.0.6`: