The issue I am facing:
Can't start pihole and unbound container using the mpgirro/docker-pihole-unbound repo on unraid
Details about my system:
unraid v7.1.3
What I have changed since installing Pi-hole:
I had to disable tailscale magic dns because it couldn't access github for some reason and do ``pihole -g -r recreate to recreate the gravity.db file and now after restarting the container I get this:
https://docs.docker.com/engine/containers/start-containers-automatically/#use-a-restart-policy
[i] Starting Unbound
[i] Unbound started successfully with PID 9
[i] Setting up user & group for the pihole user
[i] PIHOLE_UID not set in environment, using default (1000)
[i] PIHOLE_GID not set in environment, using default (1000)
[i] Starting FTL configuration
[i] Assigning password defined by Environment Variable
[i] Starting crond for scheduled scripts. Randomizing times for gravity and update checker
[i] Ensuring logrotate script exists in /etc/pihole
[i] Gravity migration checks
[i] Existing gravity database found - schema will be upgraded if necessary
[i] pihole-FTL pre-start checks
[i] Setting capabilities on pihole-FTL where possible
[i] Applying the following caps to pihole-FTL:
* CAP_CHOWN
* CAP_NET_BIND_SERVICE
* CAP_NET_RAW
* CAP_NET_ADMIN
* CAP_SYS_TIME
[i] Starting pihole-FTL (no-daemon) as pihole
[i] Version info:
Core version is v6.1.4 (Latest: v6.1.4)
Web version is v6.2.1 (Latest: v6.2.1)
FTL version is v6.2.3 (Latest: v6.2.3)
2025-07-24 15:58:15.188 CEST [55M] INFO: ########## FTL started on piholev6unbound! ##########
2025-07-24 15:58:15.188 CEST [55M] INFO: FTL branch: master
2025-07-24 15:58:15.188 CEST [55M] INFO: FTL version: v6.2.3
2025-07-24 15:58:15.188 CEST [55M] INFO: FTL commit: 88737f62
2025-07-24 15:58:15.188 CEST [55M] INFO: FTL date: 2025-06-10 20:44:58 +0200
2025-07-24 15:58:15.188 CEST [55M] INFO: FTL user: pihole
2025-07-24 15:58:15.188 CEST [55M] INFO: Compiled for linux/amd64 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
2025-07-24 15:58:15.189 CEST [55M] WARNING: Environment variable FTLCONF_misc_dnsmasq_lines has no value, substituting with empty string
2025-07-24 15:58:15.189 CEST [55M] WARNING: Environment variable FTLCONF_webserver_api_password has no value, substituting with empty string
2025-07-24 15:58:15.197 CEST [55M] INFO: 8 FTLCONF environment variables found (8 used, 0 invalid, 0 ignored)
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_webserver_interface_theme is used
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_dns_listeningMode is used
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_misc_etc_dnsmasq_d is used
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_webserver_api_password is used
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_dns_upstreams is used
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_dns_revServers is used
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_dns_dnssec is used
2025-07-24 15:58:15.197 CEST [55M] INFO: [✓] FTLCONF_misc_dnsmasq_lines is used
2025-07-24 15:58:15.200 CEST [55M] INFO: Wrote config file:
2025-07-24 15:58:15.200 CEST [55M] INFO: - 155 total entries
2025-07-24 15:58:15.200 CEST [55M] INFO: - 150 entries are default
2025-07-24 15:58:15.200 CEST [55M] INFO: - 5 entries are modified
2025-07-24 15:58:15.200 CEST [55M] INFO: - 4 entries are forced through environment
2025-07-24 15:58:15.205 CEST [55M] INFO: Parsed config file /etc/pihole/pihole.toml successfully
2025-07-24 15:58:15.205 CEST [55M] INFO: PID file does not exist or not readable
2025-07-24 15:58:15.205 CEST [55M] INFO: No other running FTL process found.
2025-07-24 15:58:15.205 CEST [55M] WARNING: Insufficient permissions to set process priority to -10 (CAP_SYS_NICE required), process priority remains at 0
2025-07-24 15:58:15.207 CEST [55M] INFO: PID of FTL process: 55
2025-07-24 15:58:15.208 CEST [55M] INFO: listening on 0.0.0.0 port 53
2025-07-24 15:58:15.208 CEST [55M] INFO: listening on :: port 53
2025-07-24 15:58:15.208 CEST [55M] INFO: PID of FTL process: 55
2025-07-24 15:58:15.211 CEST [55M] INFO: Database version is 21
2025-07-24 15:58:15.212 CEST [55M] INFO: Database successfully initialized
2025-07-24 15:58:15.217 CEST [55M] INFO: Imported 42 queries from the on-disk database (it has 42 rows)
2025-07-24 15:58:15.217 CEST [55M] INFO: Parsing queries in database
2025-07-24 15:58:15.221 CEST [55M] INFO: Imported 42 queries from the long-term database
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Total DNS queries: 42
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Cached DNS queries: 26
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Forwarded DNS queries: 16
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Blocked DNS queries: 0
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Unknown DNS queries: 0
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Unique domains: 6
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Unique clients: 3
2025-07-24 15:58:15.221 CEST [55M] INFO: -> DNS cache records: 0
2025-07-24 15:58:15.221 CEST [55M] INFO: -> Known forward destinations: 1
2025-07-24 15:58:15.320 CEST [55M] INFO: FTL is running as user pihole (UID 1000)
2025-07-24 15:58:15.320 CEST [55M] INFO: Reading certificate from /etc/pihole/tls.pem ...
2025-07-24 15:58:15.321 CEST [55M] INFO: Using SSL/TLS certificate file /etc/pihole/tls.pem
2025-07-24 15:58:15.322 CEST [55M] INFO: Web server ports:
2025-07-24 15:58:15.322 CEST [55M] INFO: - 0.0.0.0:80 (HTTP, IPv4, optional, OK)
2025-07-24 15:58:15.322 CEST [55M] INFO: - 0.0.0.0:443 (HTTPS, IPv4, optional, OK)
2025-07-24 15:58:15.322 CEST [55M] INFO: - [::]:80 (HTTP, IPv6, optional, OK)
2025-07-24 15:58:15.322 CEST [55M] INFO: - [::]:443 (HTTPS, IPv6, optional, OK)
2025-07-24 15:58:15.323 CEST [55M] INFO: Restored 0 API sessions from the database
2025-07-24 15:58:15.327 CEST [55M] INFO: Blocking status is enabled
2025-07-24 15:58:15.427 CEST [55/T86] INFO: Compiled 0 allow and 0 deny regex for 3 clients in 0.6 msec
2025-07-24 15:58:19.356 CEST [55/T85] INFO: Received 8/8 valid NTP replies from pool.ntp.org
2025-07-24 15:58:19.356 CEST [55/T85] INFO: Time offset: 3.933907e-01 ms (excluded 0 outliers)
2025-07-24 15:58:19.356 CEST [55/T85] INFO: Round-trip delay: 2.524257e+00 ms (excluded 0 outliers)
2025-07-24 15:58:19.356 CEST [55/T175] INFO: NTP server listening on 0.0.0.0:123 (IPv4)
2025-07-24 15:58:19.356 CEST [55/T176] INFO: NTP server listening on :::123 (IPv6)