From 083a114a2d9d8bfe73fe39f71fee858c60a4750e Mon Sep 17 00:00:00 2001 From: "Gerardo O." Date: Tue, 26 Nov 2024 07:14:55 -0600 Subject: [PATCH] Update README.md Updated docker section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 320880f180..996dcbe64e 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,6 @@ OR real-time tail -F access.log | docker run -p 7890:7890 --rm -i -e LANG=$LANG allinurl/goaccess -a -o report.html --log-format COMBINED --real-time-html - -You can read more about using the docker image in [DOCKER.md](https://github.com/allinurl/goaccess/blob/master/DOCKER.md). - ##### Build in isolated container You can also build the binary for Debian based systems in an isolated container environment to prevent cluttering your local system with the development libraries: @@ -225,6 +223,8 @@ You can also build the binary for Debian based systems in an isolated container $ docker build -t goaccess/build.debian-12 -f Dockerfile.debian-12 . $ docker run -i --rm -v $PWD:/goaccess goaccess/build.debian-12 > goaccess +You can read more about using the docker image in [DOCKER.md](https://github.com/allinurl/goaccess/blob/master/DOCKER.md). + ## Storage ## #### Default Hash Tables ####