[O] Readme
This commit is contained in:
@@ -24,21 +24,13 @@ Go to the [releases page](https://github.com/MaigoLabs/refray/releases), find th
|
|||||||
|
|
||||||
### Option 3. Docker Compose
|
### Option 3. Docker Compose
|
||||||
|
|
||||||
Run config wizard:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker compose run --rm refray config
|
docker compose run --rm refray config
|
||||||
```
|
|
||||||
|
|
||||||
Start the webhook receiver as a service:
|
# Start the webhook receiver as a service
|
||||||
|
|
||||||
```sh
|
|
||||||
docker compose up -d --build
|
docker compose up -d --build
|
||||||
```
|
|
||||||
|
|
||||||
To edit config manually:
|
# If you want to edit config manually:
|
||||||
|
|
||||||
```sh
|
|
||||||
docker compose run --rm --entrypoint nano refray /data/config/refray/config.toml
|
docker compose run --rm --entrypoint nano refray /data/config/refray/config.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user