From 5b0bd5eddac3383ff4c4666a1abcd52bd801fda3 Mon Sep 17 00:00:00 2001 From: MatthewJSalerno Date: Sat, 23 Nov 2019 09:58:21 -0500 Subject: [PATCH] Added graylog rebuild instructions to update geoIP --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 33b9252..a3e742a 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,14 @@ cd ./Docker sudo docker-compose up -d ``` +Note: graylog will be built the first time you run docker-compose. The below step is only for updating the GeiLite DB. +To update the geolite.maxmind.com GeoLite2-City database, simply run: +``` +cd ./Docker +sudo docker-compose up -d --no-deps --build graylog +``` + + This should expose you the following services externally: | Service | URL | Default Login | Purpose |