请求URL: http://ip:831/v1/api/find?ip=58.19.1.1
# 更新数据库(理论上会自动更新数据库,但更新过后需要手动重启)
cd task
python3 update_db.py
# docker compose
IpAddres:
image: xiaoc7/ip_address_api:v1.1
restart: always
working_dir: "/app/ip_address"
command: "python3 main.py"
ports:
- 831:8888
networks:
- bridge
Content type
Image
Digest
sha256:0d35d0f66…
Size
819.9 MB
Last updated
over 2 years ago
docker pull xiaoc7/ip_address_api:v1.1