Endlessh Stack: update geo ip data path

This commit is contained in:
Aroy-Art 2025-07-12 11:59:11 +02:00
parent 0b507ae747
commit c44604c1e5
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -20,7 +20,7 @@ services:
- 22:2222 # SSH port - 22:2222 # SSH port
- ${MONITORING_ADDR:-127.0.0.1}:2112:2112 # Prometheus metrics port - ${MONITORING_ADDR:-127.0.0.1}:2112:2112 # Prometheus metrics port
volumes: volumes:
- ./geo-data/:/geo-data/:ro # geoip data - ./GeoIP-Data/:/geo-data/:ro # geoip data
logging: logging:
driver: loki driver: loki
options: options:
@ -35,7 +35,7 @@ services:
restart: unless-stopped restart: unless-stopped
security_opt: [ "no-new-privileges:true" ] security_opt: [ "no-new-privileges:true" ]
volumes: volumes:
- ./geo-data/:/usr/share/GeoIP/ - ./GeoIP-Data/:/usr/share/GeoIP/
environment: environment:
- GEOIPUPDATE_EDITION_IDS=GeoLite2-City - GEOIPUPDATE_EDITION_IDS=GeoLite2-City
- GEOIPUPDATE_FREQUENCY=72 - GEOIPUPDATE_FREQUENCY=72