mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
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:
parent
09fb07ef60
commit
ecd8f30104
@ -5,6 +5,8 @@ services:
|
||||
- geoip
|
||||
environment:
|
||||
- GEOLITE2_COUNTRY_DB=/geoip/GeoLite2-Country.mmdb
|
||||
volumes:
|
||||
- geoip:/geoip:ro
|
||||
|
||||
geoip:
|
||||
image: maxmindinc/geoipupdate
|
||||
|
Loading…
Reference in New Issue
Block a user