修改docker部署
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
apple
2026-03-14 16:29:28 +08:00
parent fd9fe51b8f
commit a8d2b84f35

View File

@@ -23,7 +23,7 @@ if (!url) {
`https://download.maxmind.com/app/geoip_download` + `https://download.maxmind.com/app/geoip_download` +
`?edition_id=${db}&license_key=${process.env.MAXMIND_LICENSE_KEY}&suffix=tar.gz`; `?edition_id=${db}&license_key=${process.env.MAXMIND_LICENSE_KEY}&suffix=tar.gz`;
} else { } else {
url = `https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/${db}.tar.gz`; url = `https://hub.diyla.com/https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/${db}.tar.gz`;
} }
} }