myip 用于查看自己的网络环境

younghuie11个月前 (01-24)docker收集55

效果:

无标题.jpg


docker-compose.yml:

services:
    myip:
        ports:
            - 18966:18966
        environment:
            - GOOGLE_MAP_API_KEY=YOUR_KEY_HERE
            - ALLOWED_DOMAINS=example.com
            - IPCHECKING_API=YOUR_TOKEN_HERE
        container_name: myip
        image: jason5ng32/myip:latest


分享给朋友: