chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.08k stars 282 forks source link

services.pihole.environment.REV_SERVER no longer accepts true #62

Closed Broeckelmann closed 3 years ago

Broeckelmann commented 3 years ago

my .env file:

ServerIP=192.168.178.46 TZ=Europe/Berlin WEBPASSWORD=QWERTY123456asdfASDFaoeu REV_SERVER=true REV_SERVER_DOMAIN=local REV_SERVER_TARGET=192.168.178.1 REV_SERVER_CIDR=192.168.178.0/16 HOSTNAME=pihole DOMAIN_NAME=pihole.local

this worked perfectly fine a few weeks ago now I get: services.pihole.environment.REV_SERVER must be a string, number or null

I just set it to 1 now assuming it means true but I don't know if it is. Any information why this happens now?.

erwyman commented 3 years ago

I ran into the same issue, putting true in double quotes worked for me. ex. REV_SERVER="true" instead of REV_SERVER=true