Skip to content

Commit 2e61223

Browse files
authored
Update README.md
1 parent 971caf3 commit 2e61223

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
然后启动容器:
1919

2020
```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
21+
docker run -d -e APP_USER=user@mail.com -e APP_PASS=password -v ./proxies.txt:/app/proxies.txt overtrue/gradient-bot
2622
```
2723

2824
注意:`proxies.txt` 路径请替换为正确的路径,如果没有代理,可以留空,或者先 `cd``proxies.txt` 所在目录再执行 docker run 命令。

0 commit comments

Comments
 (0)