pihole-FTL: No process found

I see that this was a previous issue, but for whatever reason I seem to be tripping over it as well. Can anyone spot a problem in my docker_compose?

version: "3"
services:
  pihole:
    container_name: pihole
    image: pihole/pihole:latest
    network_mode: "host"
    environment:
      TZ: 'America/Edmonton'
      WEBPASSWORD: 'password'
    volumes:
      - '/home/server/docker_configs/pihole/etc-pihole:/etc/pihole'
      - '/home/server/docker_configs/pihole/etc-dnsmasq.d:/etc/dnsmasq.d'    
    #   https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
    cap_add:
      - NET_ADMIN  
    restart: unless-stopped

My log:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.,
[s6-init] ensuring user provided files have correct perms...exited 0.,
[fix-attrs.d] applying ownership & permissions fixes...,
[fix-attrs.d] 01-resolver-resolv: applying... ,
[fix-attrs.d] 01-resolver-resolv: exited 0.,
[fix-attrs.d] done.,
[cont-init.d] executing container initialization scripts...,
[cont-init.d] 05-changer-uid-gid.sh: executing... ,
[cont-init.d] 05-changer-uid-gid.sh: exited 0.,
[cont-init.d] 20-start.sh: executing... ,
::: Starting docker specific checks & setup for docker pihole/pihole,
,
[i] Installing configs from /etc/.pihole...,
[i] Existing dnsmasq.conf found... it is not a Pi-hole file, leaving alone!,
[i] Installing /etc/dnsmasq.d/01-pihole.conf...
[✓] Installed /etc/dnsmasq.d/01-pihole.conf,
[i] Installing /etc/.pihole/advanced/06-rfc6761.conf...
[✓] Installed /etc/dnsmasq.d/06-rfc6761.conf,
Existing DNS servers detected in setupVars.conf. Leaving them alone,
::: Pre existing WEBPASSWORD found,
DNSMasq binding to default interface: eth0,
Added ENV to php:,
"TZ" => "America/Edmonton",,
"PIHOLE_DOCKER_TAG" => "2022.04.3",,
"PHP_ERROR_LOG" => "/var/log/lighttpd/error.log",,
"ServerIP" => "0.0.0.0",,
"CORS_HOSTS" => "",,
"VIRTUAL_HOST" => "0.0.0.0",,
Using IPv4 and IPv6,
::: Preexisting ad list /etc/pihole/adlists.list detected ((exiting setup_blocklists early)),
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts,
::: Testing lighttpd config: Syntax OK,
::: All config checks passed, cleared for startup ...,
::: Enabling Query Logging,
[i] Enabling logging...,

[✓] Logging has been enabled!,
::: Docker start setup complete,
Checking if custom gravity.db is set in /etc/pihole/pihole-FTL.conf,
Pi-hole version is v5.10 (Latest: v5.10),
AdminLTE version is v5.12 (Latest: v5.12),
FTL version is v5.15 (Latest: v5.15),
Container tag is: 2022.04.3,
[cont-init.d] 20-start.sh: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
Starting crond,
Starting pihole-FTL (no-daemon) as pihole,
Starting lighttpd,
[services.d] done.,
Stopping pihole-FTL,
Starting pihole-FTL (no-daemon) as pihole,
Stopping pihole-FTL,
pihole-FTL: no process found,
Starting pihole-FTL (no-daemon) as pihole,
Stopping pihole-FTL,
pihole-FTL: no process found,
Starting pihole-FTL (no-daemon) as pihole,
Stopping pihole-FTL,
pihole-FTL: no process found,
Starting pihole-FTL (no-daemon) as pihole,
Stopping pihole-FTL,
pihole-FTL: no process found,
Starting pihole-FTL (no-daemon) as pihole,
Stopping pihole-FTL,
pihole-FTL: no process found,
Starting pihole-FTL (no-daemon) as pihole,
Stopping pihole-FTL,
pihole-FTL: no process found,
Starting pihole-FTL (no-daemon) as pihole,
Stopping pihole-FTL,
pihole-FTL: no process found,
Starting pihole-FTL (no-daemon) as pihole

Same here! I downgraded to 2022.07.1 and it works again.