How does the process of updating look? Stop docker, git pull the repo and restart the relay?
./scripts/stop
git stash -u
git pull
git stash pop
./scripts/start
Please Login to reply.
or use `./scripts/update`
Thanks
Did have permissions issues but was able to fix it with chmod and chown