From d2cb2f4e675c3c7f4f533be0c389cfb7df58ad0a Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 8 May 2024 21:24:51 +0200 Subject: [PATCH] Update 0.1.8.md --- documentation/docs/changelog/0.1.8.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/docs/changelog/0.1.8.md b/documentation/docs/changelog/0.1.8.md index b2d37899..b436c99c 100644 --- a/documentation/docs/changelog/0.1.8.md +++ b/documentation/docs/changelog/0.1.8.md @@ -26,3 +26,11 @@ Not yet released. ### 💅 Polish - `opencli ssl-hostname` script now tries to restart all required services if any are failed. - MySQL docker container now automatically restarts after failure. +- [GoAccess is now run as docker container to process domain logs](#allinurl-goaccess) + + +### allinurl/goaccess + +GoAccess is no longer directly installed on the server; instead, it [runs as a Docker container](https://hub.docker.com/r/allinurl/goaccess) when necessary. This setup ensures that resources are utilized only when required and prevents any utilization of system services during idle periods. When collecting domain statistics, one container is initiated per domain name. + +