From ecd8f301049ec56a0ee66d8dd7076a0c4096d585 Mon Sep 17 00:00:00 2001 From: Avimanyu Bandyopadhyay Date: Sat, 24 Oct 2020 03:07:38 +0530 Subject: [PATCH] Update docker-compose.geoip.yml Without mounting the geoip volume, the countries will not show on the map inside the Plausible dashboard. --- geoip/docker-compose.geoip.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geoip/docker-compose.geoip.yml b/geoip/docker-compose.geoip.yml index 239577c..b42bc52 100644 --- a/geoip/docker-compose.geoip.yml +++ b/geoip/docker-compose.geoip.yml @@ -5,6 +5,8 @@ services: - geoip environment: - GEOLITE2_COUNTRY_DB=/geoip/GeoLite2-Country.mmdb + volumes: + - geoip:/geoip:ro geoip: image: maxmindinc/geoipupdate