From a65711c516f3116ea2682a05512c023f1879aa5d Mon Sep 17 00:00:00 2001 From: Chris Crowe <425808+chriscrowe@users.noreply.github.com> Date: Tue, 29 Dec 2020 11:32:31 -0800 Subject: [PATCH] Update README.md Re-ordering update steps to pull the image before taking DNS down --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5cbc6d..4b4ef89 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ When updated container images are released you can execute these commands on you ```bash cd /volume1/docker/pihole-unbound -sudo docker-compose down sudo docker-compose pull +sudo docker-compose down 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/ [unbound-docker]: https://github.com/MatthewVance/unbound-docker [pihole]: https://pi-hole.net -[unbound]: https://nlnetlabs.nl/projects/unbound/about/ \ No newline at end of file +[unbound]: https://nlnetlabs.nl/projects/unbound/about/