From b4a65197764c0aa0c6550509881789ed606c3e91 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 17 Oct 2021 21:01:51 +0200 Subject: [PATCH] Change images and documentation --- README.md | 17 +++++------------ compose.yml | 4 ++-- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 55af946..0d67820 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # parsedmarc-dockerized -Note: The standalone `parsedmarc` docker image on [DockerHub @ patschi/parsedmarc](https://hub.docker.com/r/patschi/parsedmarc) can also be used, if interested. +Note: The standalone `parsedmarc` docker image on [DockerHub @ sunred/parsedmarc](https://hub.docker.com/r/sunred/parsedmarc) can also be used, if interested. ## Setup: 1. Get basics together: ``` -git clone https://github.com/patschi/parsedmarc-dockerized.git /opt/parsedmarc-dockerized/ +git clone https://git.snrd.de/sunred/parsedmarc-dockerized.git /opt/parsedmarc-dockerized/ cd /opt/parsedmarc-dockerized/ && cp data/conf/parsedmarc/config.sample.ini data/conf/parsedmarc/config.ini ``` @@ -14,14 +14,7 @@ cd /opt/parsedmarc-dockerized/ && cp data/conf/parsedmarc/config.sample.ini data nano data/conf/parsedmarc/config.ini ``` -3. Now we create an environment file, containing your geoipupdate settings from your [MaxMind account](https://www.maxmind.com/en/account/) to allow the container to pull the databases. For update cycles of the databases, please see [here](https://support.maxmind.com/geoip-faq/geoip2-and-geoip-legacy-database-updates/how-often-are-the-geoip2-and-geoip-legacy-databases-updated/). (Fill in your data!) -``` -cat > geoipupdate.env <