Skip to content

Commit

Permalink
doc: perfect docker usage.
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Nov 30, 2024
1 parent b37a477 commit d17caa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Quit from database console by exit.

## Docker

sudo docker run -it -p 5912:5912 -p 5913:5913 zhaojh329/rttys:latest
sudo docker run -it -p 5912:5912 -p 5913:5913 -p 5914:5914 zhaojh329/rttys:latest run --addr-http-proxy :5914

## Contributing
If you would like to help making [rttys](https://github.com/zhaojh329/rttys) better,
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ FLUSH PRIVILEGES;

## Docker

sudo docker run -it -p 5912:5912 -p 5913:5913 zhaojh329/rttys:latest
sudo docker run -it -p 5912:5912 -p 5913:5913 -p 5914:5914 zhaojh329/rttys:latest run --addr-http-proxy :5914

## 贡献代码
如果你想帮助[rttys](https://github.com/zhaojh329/rttys)变得更好,请参考
Expand Down

0 comments on commit d17caa7

Please sign in to comment.