mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-22 12:24:02 +02:00
Format README for better clarity in setup instructions
This commit is contained in:
parent
79ae26f1b5
commit
dc43e26770
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -49,11 +49,17 @@ A lightweight, easy-to-use, and [performant](docs/benchmark_result.md) reverse p
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
1. Pull docker image `docker pull ghcr.io/yusing/go-proxy:latest`
|
1. Pull docker image
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker pull ghcr.io/yusing/go-proxy:latest
|
||||||
|
```
|
||||||
|
|
||||||
2. Create new directory, `cd` into it, then run setup
|
2. Create new directory, `cd` into it, then run setup
|
||||||
|
|
||||||
`docker run --rm -v .:/setup ghcr.io/yusing/go-proxy /app/go-proxy setup`
|
```shell
|
||||||
|
docker run --rm -v .:/setup ghcr.io/yusing/go-proxy /app/go-proxy setup
|
||||||
|
```
|
||||||
|
|
||||||
3. Setup DNS Records point to machine which runs `go-proxy`, e.g.
|
3. Setup DNS Records point to machine which runs `go-proxy`, e.g.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue