浏览代码

tiny fix README.md

tags/0.15.1^2
hdid 7 年前
父节点
当前提交
c721c636d9
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -192,13 +192,13 @@ This tool will listen on port 3128 by default with the given secret.
192 192
 # One-line runner
193 193
 
194 194
 ```console
195
-docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 -d nineseconds/mtg:stable $(openssl rand -hex 16)
195
+docker run --name mtg --restart=unless-stopped -p 3128:3128 -q 3129:3129 -d nineseconds/mtg:stable $(openssl rand -hex 16)
196 196
 ```
197 197
 
198 198
 or in secret mode:
199 199
 
200 200
 ```console
201
-docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 -d nineseconds/mtg:stable dd$(openssl rand -hex 16)
201
+docker run --name mtg --restart=unless-stopped -p 3128:3128 -q 3129:3129 -d nineseconds/mtg:stable dd$(openssl rand -hex 16)
202 202
 ```
203 203
 
204 204
 You will have this tool up and running on port 3128. Now curl

正在加载...
取消
保存