Pihole in portainer won't start correctly

I followed this guide: https://homenetworkguy.com/how-to/install-pihole-on-raspberry-pi-with-docker-and-portainer/
But pihole won't even stay started, just keeps restarting or stays dead if I set restart policy to never.

Any help would be greatly appreciated!

Portainer log: portainerlog.txt (3.3 KB)

Portainer settings I used:

IMAGE CONFIG
registry: DockerHub
image: pihole/pihole:latest

PORTS
53 > 53 tcp
53 > 53 udp
80 > 80 tcp
443 > 443 tcp

VOLUMES
/etc/dnsmasq.d > /home/dockyboi/pihole/dnsmasq.d (bind)
/etc/pihole > /home/dockyboi/pihole/pihole (bind)

NETWORK
network: bridge
hostname: pihole
primary dns: 127.0.0.1
secondary dns: 192.168.1.1 (router)

ENV:
TZ > America/New_York
DNS1 > 208.67. 222.222
DNS2 > 208.67. 220.220
WEBPASSWORD > password

Fixed it, looks like there was an unintended space in my DNS IPs. Went in with vi and removed them, started fine.