Closed johnsoga closed 2 years ago
Hi @johnsoga, can you share the startup log for your instance please? I would expect to see the following line:
Setting Web Theme based on WEBTHEME variable, using value default-dark
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.
Unable to reproduce on latest image (tested with :dev
container and lcars
as the environment variable). Feel free to reopen if it is still not working for you
This is a: Bug
Details
Related Issues
How to reproduce the issue
Environment data
Docker Compose
services: pihole: container_name: pihole image: pihole/pihole:latest
user: 1000:1000
WEBPASSWORD=7b3d979ca8330a94fa7e9e1b466d8b99e0bcdea1ec90596c0dcc8d7ef6b4300c BLOCKING_ENABLED=true INSTALL_WEB_SERVER=true INSTALL_WEB_INTERFACE=true IPV4_ADDRESS=0.0.0.0 PIHOLE_DNS_1=1.1.1.1 PIHOLE_DNS_2=8.8.8.8 PIHOLE_INTERFACE=eth0 QUERY_LOGGING=true
docker-compose up -d