2025-01-10-r1 #1365
Replies: 2 comments 5 replies
-
I see the docker compose file with npm + crowdsec + geoip, but I have 2 docker compose, 1 with npm and 1 with crowdsec, so my question is: It's the same ? Or I should move the crowdesec compose in the npm compose ? (I see in npm logs that crowdsec is working 'cause I see bans from it) |
Beta Was this translation helpful? Give feedback.
-
This update seems to have broken GEOIP for me. (Yup, I've read the release notes and moved the folder to the new location and verified all data is there.) This is my error in the log when starting the npm-plus container:
This is my compose.yaml file which I've been using for a while now. The only thing that I changed compared the previous version is the GEOIP volume path from "/opt/npm/etc/goaccess/geoip:/usr/share/GeoIP" to "/opt/npm/goaccess/geoip:/usr/share/GeoIP":
|
Beta Was this translation helpful? Give feedback.
-
Note: All hosts will regenerate when updating to this version
Note: The path where the geoip databases for goaccess are saved has move from etc/goaccess/geoip to goaccess/geoip inside the mounted data folder, if you auto update them, please adjust the path
Note if you used the last alpha, please switch back to the latest tag
What's Changed
How to update
Full Changelog: 2024-12-14-r1...2025-01-10-r1
This discussion was created from the release 2025-01-10-r1.
Beta Was this translation helpful? Give feedback.
All reactions