mirror of
https://github.com/lephisto/pfsense-analytics.git
synced 2025-12-06 04:19:19 +01:00
Added graylog rebuild instructions to update geoIP
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user