chriscrowe / docker-pihole-unbound

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

Pihole updates? 2 versions behind #164

Closed cyanide699 closed 1 year ago

cyanide699 commented 1 year ago

Hi.. This is now 2 revisions of pihole behind... Is it possible to add support for pihole -up command to save waiting on updated image in future?

Thanks

chriscrowe commented 1 year ago

pihole -up and Docker are incompatible because containers are ephemeral by definition. Even if you managed to update pihole inside the container it would revert back on the next restart.

cyanide699 commented 1 year ago

Ok Thanks