Skip to content

Commit

Permalink
parsedmarc only needs GeoLite2-Country
Browse files Browse the repository at this point in the history
No need for ASN and City databases, they only eat space and traffic.
  • Loading branch information
PHPGangsta authored Jun 11, 2022
1 parent 834f1fe commit 4b58cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
env_file:
- geoipupdate.env
environment:
- "GEOIPUPDATE_EDITION_IDS=GeoLite2-ASN GeoLite2-City GeoLite2-Country"
- "GEOIPUPDATE_EDITION_IDS=GeoLite2-Country"
- GEOIPUPDATE_PRESERVE_FILE_TIMES=1
restart: always
volumes:
Expand Down

0 comments on commit 4b58cf3

Please sign in to comment.