Closed Broeckelmann closed 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?.
I ran into the same issue, putting true in double quotes worked for me. ex. REV_SERVER="true" instead of REV_SERVER=true
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?.