xavier-hernandez / goaccess-for-nginxproxymanager

GoAccess Docker Image for Nginx Proxy Manager and more...
https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager
MIT License
523 stars 39 forks source link

If using boolean don't work SKIP_ARCHIVED_LOGS #146

Closed webysther closed 1 year ago

webysther commented 1 year ago

Works:

...
SKIP_ARCHIVED_LOGS: "True"

Don't

...
SKIP_ARCHIVED_LOGS: True

The check in the code is case-sensitive, when using boolean in docker compose the "True" is converted to "true".

xavier-hernandez commented 1 year ago

@webysther I'll correct that by the end of the month

xavier-hernandez commented 1 year ago

Fixed.