Node not up to date, Part 2
If you attempted Part 1 and your node is still not up to date, do the following;
- Make sure you're in
vsc-deployment
folder:
$ cd vsc-deployment
- Delete the data folder and all its subfolders by running:
$ sudo rm -rf data
- Re-build and re-initialize the containers:
$ sudo docker-compose pull && sudo docker-compose up -d