From c8c664b767825276c099420512929c355e239ebd Mon Sep 17 00:00:00 2001 From: Steffen Date: Fri, 3 Jan 2025 11:41:12 +0000 Subject: [PATCH] a --- docker-compose/GoAccess/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose/GoAccess/docker-compose.yml b/docker-compose/GoAccess/docker-compose.yml index fa86eba..aaa28c2 100644 --- a/docker-compose/GoAccess/docker-compose.yml +++ b/docker-compose/GoAccess/docker-compose.yml @@ -19,6 +19,6 @@ services: - HTML_REFRESH=5 #optional - Refresh the HTML report every X seconds. https://goaccess.io/man - KEEP_LAST=30 #optional - Keep the last specified number of days in storage. https://goaccess.io/man - PROCESSING_THREADS=1 #optional - This parameter sets the number of concurrent processing threads in the program's execution, affecting log data analysis, typically adjusted based on CPU cores. Default is 1. https://goaccess.io/man - volumes: - - /home/steffen/prox/nginxproxymanager-data/logs:/opt/log - - /path/to/host/custom:/opt/custom #optional, required if using log_type = CUSTOM \ No newline at end of file + volumes: + - /home/steffen/prox/nginxproxymanager-data/logs:/opt/log + # - /path/to/host/custom:/opt/custom #optional, required if using log_type = CUSTOM \ No newline at end of file