[doc] update logs file path missing in 6e84500

pull/91/head
CzBiX 2016-02-22 18:15:31 +08:00
parent c008f1f614
commit 968f9b9d14
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ docker run -d --name=v2ray -p 27183:27183 -v /config/file.json:/go/server-config
To tail the access log, run: To tail the access log, run:
```bash ```bash
docker exec v2ray tail -F /v2ray/logs/access.log docker exec v2ray tail -F /go/access.log
``` ```