mirror of
https://github.com/plausible/hosting.git
synced 2025-06-16 10:47:30 -05:00
Add restart to GEOIP container
This commit is contained in:
@ -10,6 +10,7 @@ services:
|
|||||||
|
|
||||||
geoip:
|
geoip:
|
||||||
image: maxmindinc/geoipupdate
|
image: maxmindinc/geoipupdate
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- GEOIPUPDATE_EDITION_IDS=GeoLite2-Country
|
- GEOIPUPDATE_EDITION_IDS=GeoLite2-Country
|
||||||
- GEOIPUPDATE_FREQUENCY=168 # update every 7 days
|
- GEOIPUPDATE_FREQUENCY=168 # update every 7 days
|
||||||
|
Reference in New Issue
Block a user