From 527e69dc4ae2906ce8475e589a03318e3383d9e2 Mon Sep 17 00:00:00 2001 From: Azalea Date: Fri, 8 May 2026 06:44:26 +0000 Subject: [PATCH] [O] Readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 635b7fe..5e4d149 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,13 @@ Go to the [releases page](https://github.com/MaigoLabs/refray/releases), find th ### Option 3. Docker Compose -Run config wizard: - ```sh docker compose run --rm refray config -``` -Start the webhook receiver as a service: - -```sh +# Start the webhook receiver as a service docker compose up -d --build -``` -To edit config manually: - -```sh +# If you want to edit config manually: docker compose run --rm --entrypoint nano refray /data/config/refray/config.toml ```