Skip to content

Commit 17e0b05

Browse files
authored
fix: readme run path error #66
1 parent d52241e commit 17e0b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ docker run --rm v2fly/v2fly-core help
1111

1212
docker 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
```

0 commit comments

Comments
 (0)