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
|
||||
- ${MONITORING_ADDR:-127.0.0.1}:2112:2112 # Prometheus metrics port
|
||||
volumes:
|
||||
- ./geo-data/:/geo-data/:ro # geoip data
|
||||
- ./GeoIP-Data/:/geo-data/:ro # geoip data
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
|
@ -35,7 +35,7 @@ services:
|
|||
restart: unless-stopped
|
||||
security_opt: [ "no-new-privileges:true" ]
|
||||
volumes:
|
||||
- ./geo-data/:/usr/share/GeoIP/
|
||||
- ./GeoIP-Data/:/usr/share/GeoIP/
|
||||
environment:
|
||||
- GEOIPUPDATE_EDITION_IDS=GeoLite2-City
|
||||
- GEOIPUPDATE_FREQUENCY=72
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue