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
``` ```
@ -131,4 +131,4 @@ sudo docker-compose up -d
[synology-ports]: http://tonylawrence.com/posts/unix/synology/free-your-synology-ports/ [synology-ports]: http://tonylawrence.com/posts/unix/synology/free-your-synology-ports/
[unbound-docker]: https://github.com/MatthewVance/unbound-docker [unbound-docker]: https://github.com/MatthewVance/unbound-docker
[pihole]: https://pi-hole.net [pihole]: https://pi-hole.net
[unbound]: https://nlnetlabs.nl/projects/unbound/about/ [unbound]: https://nlnetlabs.nl/projects/unbound/about/