Skip to content

Commit

Permalink
fix - active proxy files not processed
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-hernandez committed Mar 23, 2022
1 parent 604121c commit 60108ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ tini -s -- nginx

#RUN GOACCESS
echo -e "\nProcessing ($((goan_proxy_log_count+goan_proxy_archive_log_count))) total log(s)...\n"
tini -s -- /goaccess/goaccess /goaccess/access_archive.log ${proxy_host} --no-global-config --config-file=/goaccess-config/goaccess.conf
tini -s -- /goaccess/goaccess ${goan_container_archive_log} ${goan_proxy_host} --no-global-config --config-file=/goaccess-config/goaccess.conf

0 comments on commit 60108ab

Please sign in to comment.