Skip to content

Commit

Permalink
adding Docker readme cn
Browse files Browse the repository at this point in the history
  • Loading branch information
Lozy committed Apr 4, 2020
1 parent 9fb2772 commit d840304
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
<h2>Danted Socks5 (Docker)</h2>
<h3>******安装用说明</h3>
<ul>
<li> 1. 编辑 docker-compose.yaml (修改用户密码文件路径)
<code>
version: '3'

services:

sockd:
image: lozyme/sockd
restart: always
ports:
- 2020:2020
volumes:
- CONFIGFILE:/home/danted/conf/sockd.passwd
</code>
</li>
<li> 2. 启动
<code>
docker-compose up -d
</code>
</li>
<li> 3. 检查端口
<code>
ss -lnp | grep 2020
</code>
</li>
</ul>

<h2>Danted Socks5 一键安装脚本</h2>
<h3>******安装选项</h3>

Expand Down

0 comments on commit d840304

Please sign in to comment.