Skip to content

Commit

Permalink
fix command bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lozy committed Apr 4, 2020
1 parent 573a462 commit 822f51d
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 @@ -20,7 +20,7 @@ Comparing with the apt-get or building from source manually, this script will be

```bash
# sockd.passwd is a `htpasswd` file contains socks5 auth user/password.
docker run -d
docker run -d \
--name sockd \
--port 2020:2020 \
--volume sockd.passwd:/home/danted/conf/sockd.passwd \
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

```bash
# sockd.passwd 是密码文件
docker run -d
docker run -d \
--name sockd \
--port 2020:2020 \
--volume sockd.passwd:/home/danted/conf/sockd.passwd \
Expand Down

0 comments on commit 822f51d

Please sign in to comment.