chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.08k stars 282 forks source link

Pihole, FTL and Web Interface are needing updates #80

Closed RavHilton closed 3 years ago

RavHilton commented 3 years ago

I have just deployed this and Pihole v5.5, FTL v5.1.0.2 and Web Interface v5.7 all need updates.

RavHilton commented 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. :)

DreiPixel commented 3 years ago

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.

chriscrowe commented 3 years ago

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)