Update README.md
Re-ordering update steps to pull the image before taking DNS down
This commit is contained in:
parent
cade44a923
commit
a65711c516
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
[unbound]: https://nlnetlabs.nl/projects/unbound/about/
|
||||
|
|
Loading…
Reference in a new issue