Ostatnio aktywny 1746294686

The GeoIP Update program performs automatic updates of GeoIP2 and GeoLite2 binary databases. CSV databases are not supported.

Rewizja 2a62629dab1adac2427e6dd1b737bf89f94c8afa

docker-compose.yml Surowy
1services:
2 geoipupdate:
3 container_name: geoipupdate
4 image: ghcr.io/maxmind/geoipupdate
5 restart: unless-stopped
6 environment:
7 - GEOIPUPDATE_ACCOUNT_ID=XXXXXX
8 - GEOIPUPDATE_LICENSE_KEY=XXXXXXXXXXXXXXXX
9 - 'GEOIPUPDATE_EDITION_IDS=GeoLite2-Country'
10 - GEOIPUPDATE_FREQUENCY=72
11 - GEOIPUPDATE_VERBOSE=1
12 networks:
13 - geoipupdate
14 volumes:
15 - ./geoipupdate:/usr/share/GeoIP'
16
17networks:
18 geoipupdate:
19 name: geoipupdate