This commit is contained in:
diginc 2016-10-20 23:13:34 -05:00
parent 4e7554b545
commit e5d09d476b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ The standard pi-hole customization abilities apply to this docker, but with dock
For those unfamilar, the docker way to ugprade is:
* Throw away your container: `docker rm -f pihole`
* Make sure if you care about your data you have it volume mapped
* If you care about your data (logs/customizations), make sure you have it volume mapped or it will be deleted in this step
* Download the latest version of the image: `docker pull diginc/pi-hole`
* Start your container with the newer base image: `docker run ... diginc/pi-hole` (whatever your original run command was)