Run GoAccess web report with GeoIP and gz log files support.
1.1K
Small docker image to run GoAccess web report
with GeoIP and gz log files support.
docker run --rm -it -v $PWD/logs:/opt/log -p 7889:7889 goaccess
Open your browser at http://mydomain.com:7889

It will automatically read all access.log* files :
To parse differently named files :
docker run --rm -it -v $PWD/logs:/opt/log -p 7889:7889 goaccess nextcloud-access
To stop server, just hit CTRL+C.
This image is based on the gregyankovoy/goaccess.
It only adds the gz files support.
Content type
Image
Digest
Size
33.3 MB
Last updated
over 6 years ago
docker pull kalmac/goaccess