Closed RavHilton closed 3 years ago
Sorry, I forgot to add that a) this is in the single container version, and b) good work so far on this project. :)
you would need to build the docker image yourself for now. git clone this and change the Dockerfile in "docker-pihole-unbound/one-container/pihole-unbound/" change "FROM pihole/pihole:2021.10" to "FROM pihole/pihole:latest"
also change your docker-compose.yml remove or comment out the "image" and add
build:
context: ./docker-pihole-unbound/one-container/pihole-unbound/ #Path where the Dockerfile is in"
dockerfile: Dockerfile
and then do a Docker-compose up --build.
this works for me.
New release published. Please note that I usually wait at least a few days to ensure there are no regressions upstream (this happened recently and broke people's piholes)
I have just deployed this and Pihole v5.5, FTL v5.1.0.2 and Web Interface v5.7 all need updates.