Versions
- Pi-hole: 6
- AdminLTE:
- FTL:
Platform
- OS and version: Fedora Server 41
Expected behavior
when setting environment variale FTLCONF_webserver_port="9000, the should change the used port for web ui
Actual behavior / bug
-e FTLCONF_webserver_port="9000" is ignored
Steps to reproduce
Steps to reproduce the behavior:
use this command
create_pihole() {
podman run -d \
--name $PIHOLE_CONTAINER \
--network host \
-e TZ=Europe/Rome \
-e FTLCONF_webserver_api_password="piholepassword" \
-e FTLCONF_dns_listeningMode=all \
-e FTLCONF_webserver_port="9000" \
-v $PIHOLE_VOLUME:/etc/pihole \
--cap-add NET_ADMIN \
--restart unless-stopped \
pihole/pihole:latest
}
Versions
Platform
Expected behavior
when setting environment variale FTLCONF_webserver_port="9000, the should change the used port for web ui
Actual behavior / bug
-e FTLCONF_webserver_port="9000" is ignored
Steps to reproduce
Steps to reproduce the behavior:
use this command