mirror of
https://github.com/zhao-zg/jd-login.git
synced 2026-01-16 07:50:43 +08:00
Update README.md
This commit is contained in:
parent
bb354ade22
commit
cbb57ccfea
@ -43,9 +43,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
command: >
|
command: >
|
||||||
sh -c "pip install requests fake_useragent && rm -rf * && wget -O api.py
|
sh -c "pip install requests fake_useragent && rm -rf *
|
||||||
https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py && wget -O
|
&& wget -O api.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py
|
||||||
login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
|
&& wget -O login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
|
||||||
&& python api.py"
|
&& python api.py"
|
||||||
networks: {}
|
networks: {}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user