Update README.md

This commit is contained in:
zhao-zg 2024-07-31 09:40:21 +08:00 committed by GitHub
parent 692fcfd591
commit 29c724e893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,7 @@
无界插件对应京东登录 无界插件对应京东登录
包括账密登录和密码登录 包括账密登录和密码登录
可以直接纯净docker部署 使用compose代码如下可自行加前缀代理
可以直接纯净docker部署 使用compose代码如下
``` ```
version: "3" version: "3"
services: services:
@ -11,7 +10,7 @@ services:
image: python:3.12.4 image: python:3.12.4
container_name: jd_autologin container_name: jd_autologin
restart: unless-stopped restart: unless-stopped
port: ports:
- 12345:12345 - 12345:12345
working_dir: /app working_dir: /app
environment: environment:
@ -23,9 +22,9 @@ services:
libatspi2.0-0 libxshmfence1 && python -m pip install --upgrade pip && pip libatspi2.0-0 libxshmfence1 && python -m pip install --upgrade pip && pip
install pyppeteer Pillow asyncio aiohttp opencv-python-headless ddddocr install pyppeteer Pillow asyncio aiohttp opencv-python-headless ddddocr
quart && rm -rf && wget -O api.py quart && rm -rf && wget -O api.py
https://proxy.07170501.xyz/proxy/https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py
&& wget -O login.py && wget -O login.py
https://proxy.07170501.xyz/proxy/https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py
&& python api.py" && python api.py"
networks: {} networks: {}