Get error as shown on attachment
Long-term data / Query Log more than 'Yesterday' not possible.
Running Docker, can't find a error.log file to read anything.
My Portainer shows the following, among many other info, but this point to /lighttpd/ which I can't find.
ENV
PHP_ENV_CONFIG /etc/lighttpd/conf-enabled/15-fastcgi-php.conf
PHP_ERROR_LOG /var/log/lighttpd/error.log
.yml for Docker compose
services:
pihole:
cap_add:
- NET_ADMIN
container_name: pihole
dns:
- 127.0.0.1
- ${NS1}
- ${NS2}
environment:
- DNS1=${NS1}
- DNS2=${NS2}
- ServerIP=${PIHOLE_SERVERIP}
- TZ=${TZ}
- WEBPASSWORD=${PIHOLE_WEBPASSWORD}
logging:
driver: json-file
options:
max-file: 10
max-size: 200k
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/pihole/dnsmasq.d:/etc/dnsmasq.d
- ${DOCKERCONFDIR}/pihole/pihole:/etc/pihole
- ${DOCKERSHAREDDIR}:/shared