Update docker-compose.geoip.yml

Without mounting the geoip volume, the countries will not show on the map inside the Plausible dashboard.
This commit is contained in:
Avimanyu Bandyopadhyay
2020-10-24 03:07:38 +05:30
committed by GitHub
parent 09fb07ef60
commit ecd8f30104

View File

@ -5,6 +5,8 @@ services:
- geoip
environment:
- GEOLITE2_COUNTRY_DB=/geoip/GeoLite2-Country.mmdb
volumes:
- geoip:/geoip:ro
geoip:
image: maxmindinc/geoipupdate