Skip to content

FTLCONF_webserver_port environment variable is ignored #1796

Description

Versions

  • Pi-hole: 6
  • AdminLTE:
  • FTL:

Platform

  • OS and version: Fedora Server 41
  • Platform: Podman

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions