소스 검색

[doc] update logs file path missing in 6e84500

CzBiX 9 년 전
부모
커밋
968f9b9d14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/docker/README.md

+ 1 - 1
tools/docker/README.md

@@ -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:
 
 ```bash
-docker exec v2ray tail -F /v2ray/logs/access.log
+docker exec v2ray tail -F /go/access.log
 ```