Update README.md

Re-ordering update steps to pull the image before taking DNS down
This commit is contained in:
Chris Crowe 2020-12-29 11:32:31 -08:00 committed by GitHub
parent cade44a923
commit a65711c516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,8 +116,8 @@ When updated container images are released you can execute these commands on you
```bash ```bash
cd /volume1/docker/pihole-unbound cd /volume1/docker/pihole-unbound
sudo docker-compose down
sudo docker-compose pull sudo docker-compose pull
sudo docker-compose down
sudo docker-compose up -d sudo docker-compose up -d
``` ```