File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ docker run --rm v2fly/v2fly-core help
1111
1212docker run --name v2ray v2fly/v2fly-core $v2ray_args (help, eun etc...)
1313
14- docker run -d --name v2ray -v /path/to/config.json:/etc/v2ray/config.json -p 10086:10086 v2fly/v2fly-core run -c /etc/v2fly /config.json
14+ docker run -d --name v2ray -v /path/to/config.json:/etc/v2ray/config.json -p 10086:10086 v2fly/v2fly-core run -c /etc/v2ray /config.json
1515
1616# If you want to use v5 format config
17- docker run -d --name v2ray -v /path/to/config.json:/etc/v2ray/config.json -p 10086:10086 v2fly/v2fly-core run -c /etc/v2fly /config.json -format jsonv5
17+ docker run -d --name v2ray -v /path/to/config.json:/etc/v2ray/config.json -p 10086:10086 v2fly/v2fly-core run -c /etc/v2ray /config.json -format jsonv5
1818```
You can’t perform that action at this time.
0 commit comments