chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.05k stars 274 forks source link

Pi Hole stopped updating #188

Closed alex-manutd closed 1 year ago

alex-manutd commented 1 year ago

I used to update pi-hole/unbound as follows:

cd ~./pi-hole-unbound/one-container docker compose pull docker compose up -d --no-deps docker system prune --all

The first command still downloads the container but the pi-hole version does not change like it used to. Can anyone help?

arminzaugg commented 1 year ago

I suggest to use the --force-recreate flag - https://docs.docker.com/engine/reference/commandline/compose_up/ - to ensure the container is recreated.

alex-manutd commented 1 year ago

I suggest to use the --force-recreate flag - https://docs.docker.com/engine/reference/commandline/compose_up/ - to ensure the container is recreated.

That worked thank you very much!