File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717```
1818$ docker pull icyleafcn/hpr
19- $ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/ruby-version /config/hpr.example.yml
19+ $ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/master /config/hpr.example.yml
2020$ docker run --name hpr --restart=unless-stopped -d \
2121 -p 8848:8848 \
2222 -v `pwd`/hpr.yml:/app/config/hpr.yml \
Original file line number Diff line number Diff line change 66
77``` bash
88$ docker pull icyleafcn/hpr
9- $ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/ruby-version /config/hpr.example.yml
9+ $ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/master /config/hpr.example.yml
1010```
1111
1212根据自己的情况修改 ` hpr.yml ` 文件,核心需要修改的参数有如下两项:
You can’t perform that action at this time.
0 commit comments