Endlessh Stack: update geo ip data path
This commit is contained in:
parent
0b507ae747
commit
c44604c1e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue