docker-pihole-unbound
docker-pihole-unbound copied to clipboard
wen pihole update?
hi... pinhole updated yesterday but pihile -up doesn't work within the docker. any ETA when will be updated?
Maintainer usually waits a few days just to see if the update is stable enough before updating it.
If you do not want to wait, you could fork it and update it yourself by applying this changes, but of course, remember to use the newer version number: 2022.02.1
ah ok thankyou!
Hi!, I can see the date has changed and modified yesterday, I just tried to recreate the image from latest again (portainer - recreate/pull latest) and now get an error
"Failure pull access denied for sha256, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"
do i need to sign in or something? sorry never seen this before when updating images through portainer
Do you have to use portainer? If not the command line instructions worked fine for me.
the .yaml stack code you mean? if so that's what I'm using thanks
Just don’t update via portainer. ssh to your host or use the cli on the host machine to update the docker image then run the container.
thanks that got it, had to delete / recreate all good thanks
Could someone kindly outline the steps to update pi-hole for a noob.
Is it simply stop the container, run 'docker pull', then start the container?
Exactly @alex-manutd, but I think that you also have to delete the running container, docker-compose takes care of that but I would say that docker doesn't.