We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971caf3 commit 2e61223Copy full SHA for 2e61223
README.md
@@ -18,11 +18,7 @@
18
然后启动容器:
19
20
```bash
21
-docker run -d \
22
- -e APP_USER=user@mail.com \
23
- -e APP_PASS=password \
24
- -v ./proxies.txt:/app/proxies.txt \
25
- overtrue/gradient-bot
+docker run -d -e APP_USER=user@mail.com -e APP_PASS=password -v ./proxies.txt:/app/proxies.txt overtrue/gradient-bot
26
```
27
28
注意:`proxies.txt` 路径请替换为正确的路径,如果没有代理,可以留空,或者先 `cd` 到 `proxies.txt` 所在目录再执行 docker run 命令。
0 commit comments