Update
Checking the Versionβ
curl http://localhost:3000/ar-io/info
Removing the containers and the volumesβ
cd $HOME/ar-io-node/
docker-compose down
Pulling Updated Containersβ
git pull
git checkout main
docker-compose up -d
Checking the Logsβ
docker-compose logs -f --tail=0
And then close the logs with CTRL C
. If you run it on a screen without closing it, these logs will take up space on your disk over time.
Redis Error Solutionβ
docker-compose down --rmi all
rm -rf $HOME/ar-io-node/data/redis
docker-compose up -d