How does the process of updating look? Stop docker, git pull the repo and restart the relay?

Reply to this note

Please Login to reply.

Discussion

./scripts/stop

git stash -u

git pull

git stash pop

./scripts/start

or use `./scripts/update`

Thanks

Did have permissions issues but was able to fix it with chmod and chown