Dockered Pihole cpu 100%

Hello all, i've a problem with Pihole in a docker environment on a Raspberry PI 5
When i use it for dns server instead Adguard on my network the cpu bump to 100% and obviously internet doesn't work and i can't figure out why.
I made a debug log at this link https://tricorder.pi-hole.net/5rahdLjR/
Maybe i've a lot of sites in my lists?

Please share your docker compose or docker run script, as used to start your Pi-hole container.

i use docker compose in Portainer, i've found a start.sh command that launch Pihole:

pihole.txt (4,5 KB)

That's the start script that runs within the container, not the script that is starting the container, which would set docker configuration parameters and Pi-hole environment variables.

How did you configure your Pi-hole container in Portainer?
Via Portainer Stacks?

yes sorry, i used cli outside Portainer with this command in a compose.yaml file

services:
  pihole:
    container_name: pihole
    image: pihole/pihole:latest
    ports:
      - "53:53/tcp"
      - "53:53/udp"
      - "67:67/udp"
      - "80:80/tcp"
      - "443:443/tcp"
    environment:
      TZ: '<TIMEZONE>'
      FTLCONF_webserver_api_password: '<PASSWORD>'
      FTLCONF_dns_listeningMode: all
    volumes:
      - './etc-pihole:/etc/pihole'
    cap_add:
      - NET_ADMIN
    restart: unless-stopped

i've tried to reinstall the stack and docker but the problem remain, after a few minutes the cpu goes to 100%, sometimes the utilization goes to normal after a few minutes and sometimes remain to 100%
I have to try the new version installed today

i've resetted all settings and loaded only lists but the problem persist, after a while that i use pihole as the only dns server in my network it took cpu at 100%

Please supply a fresh debug token.

https://tricorder.pi-hole.net/TWTgNYE3/

this is a new log