1
0
mirror of https://github.com/plausible/hosting.git synced 2025-06-17 19:27:30 -05:00

Merge pull request from avimanyu786/patch-1

Update docker-compose.geoip.yml
This commit is contained in:
Uku Taht
2020-10-30 14:13:58 +02:00
committed by GitHub

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