Browse Source

Add restart to GEOIP container

master
navjotjsingh 2 years ago
parent
commit
0b6636553f
  1. 1
      geoip/docker-compose.geoip.yml

1
geoip/docker-compose.geoip.yml

@ -10,6 +10,7 @@ services:
geoip:
image: maxmindinc/geoipupdate
restart: always
environment:
- GEOIPUPDATE_EDITION_IDS=GeoLite2-Country
- GEOIPUPDATE_FREQUENCY=168 # update every 7 days

Loading…
Cancel
Save