nginx-proxy-manager/compose.geoip.yaml
Zoey 071692ab54 dep updates/fix updating streams/close #965/env option to disable must-taple
Signed-off-by: Zoey <zoey@z0ey.de>

close #965 by merging https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4166/files and adding multi lang support

Co-Authored-By: Remco Kersten <55450744+kerstenremco@users.noreply.github.com>
2024-11-22 11:50:55 +01:00

14 lines
473 B
YAML

services:
geoipupdate:
container_name: npmplus-geoipupdate
image: maxmindinc/geoipupdate
restart: always
network_mode: bridge
environment:
- "TZ=your-timezone"
- "GEOIPUPDATE_EDITION_IDS=GeoLite2-Country GeoLite2-City GeoLite2-ASN"
- "GEOIPUPDATE_ACCOUNT_ID=<your-account-id>"
- "GEOIPUPDATE_LICENSE_KEY=<your-license-key>"
- "GEOIPUPDATE_FREQUENCY=24"
volumes:
- "/opt/npm/etc/goaccess/geoip:/usr/share/GeoIP"