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:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user