docker-pihole-unbound icon indicating copy to clipboard operation
docker-pihole-unbound copied to clipboard

wen pihole update?

Open cyanide699 opened this issue 3 years ago • 9 comments

hi... pinhole updated yesterday but pihile -up doesn't work within the docker. any ETA when will be updated?

cyanide699 avatar Feb 13 '22 13:02 cyanide699

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

xaabi6 avatar Feb 13 '22 16:02 xaabi6

ah ok thankyou!

cyanide699 avatar Feb 13 '22 16:02 cyanide699

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

cyanide699 avatar Feb 14 '22 20:02 cyanide699

Do you have to use portainer? If not the command line instructions worked fine for me.

bioszombie avatar Feb 15 '22 02:02 bioszombie

the .yaml stack code you mean? if so that's what I'm using thanks

cyanide699 avatar Feb 15 '22 06:02 cyanide699

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.

bioszombie avatar Feb 15 '22 08:02 bioszombie

thanks that got it, had to delete / recreate all good thanks

cyanide699 avatar Feb 15 '22 18:02 cyanide699

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?

alex-manutd avatar Mar 01 '22 01:03 alex-manutd

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.

xaabi6 avatar Mar 01 '22 08:03 xaabi6