SQL error and login loop

Please follow the below template, it will help us to help you!

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx, apache2 or another reverse proxy, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

Synology 920+ DSM 7.2.2-72806 Update 4

Pihole running in a docker container (container manager), here’s the compose file:

version: "3"

services:
pihole:
container_name: pihole
image: pihole/pihole:latest
network_mode: "host"
environment:
TZ: 'Europe/Rome'
FTLCONF_webserver_api_password: 'redacted'
WEBPASSWORD: 'redacted'
WEB_PORT: '8080'
WEB_BIND_ADDR: '10.0.0.3'
DNSMASQ_USER: 'root'
DNSMASQ_LISTENING: 'all'
PIHOLE_UID: '1026'
PIHOLE_GID: '100'
volumes:

  • '/volume1/docker/pihole/pihole:/etc/pihole'
  • '/volume1/docker/pihole/dnsmasq.d:/etc/dnsmasq.d'
    restart: always

Actual Behaviour:

Pihole is stuck in a login loop, I’ve seen reports of a space issue and I see a database error in the logs, but I can’t figure out what needs changing.

The instance didn’t use to have a custom UID and GID, setting it didn’t solve any permission warning

Debug Token:

https://tricorder.pi-hole.net/1Vkz8WnJ/

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.