Skip to content

webui not accepting my password #1896

@ainelpb

Description

@ainelpb

using this docker compose i cant login on webui

services:
pihole:
container_name: pihole
image: pihole/pihole:latest
ports:
- "53:53/tcp"
- "53:53/udp"
- "8800:80/tcp"
- "4443:443/tcp"
volumes:
- ./etc-dnsmasq.d:/etc/dnsmasq.d
- ./etc-pihole:/etc/pihole
environment:
- FTLCONF_webserver_api_password=myP@ssW0rd
- TZ=America/Chicago
- FTLCONF_dns_listeningMode=all
cap_add:
- SYS_TIME
- SYS_NICE
labels:
- "com.centurylinklabs.watchtower.enable=false"
restart: unless-stopped

networks:
default:
external: true
name: docker_network

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