teddysun / across

Across the Great Wall we can reach every corner in the world
https://teddysun.com
Apache License 2.0
4.97k stars 2.22k forks source link

fix:can not download maxmind public database #54

Closed narky closed 4 years ago

narky commented 4 years ago

修复无法下载maxmind公共库GeoLite2的问题 build时需要添加参数 --build-arg maxmind_key=YOUR_MAXMIND_LICENSE_KEY 需要注册 maxmind的账号,并生成自己的license_key 若防止从docker history反查出编译者的license_key 可以将key写入Dockerfile中的 ENV MAXMIND_LICENSE_KEY