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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue