Updating - V4NT-ORG/conduit.rs GitHub Wiki
Updating your instance is easy. If you've followed the steps in Deployment, the steps below should work for your instance.
-
Navigate to the directory matrix lives in.
-
Run
docker-compose down
anddocker-compose pull
to get the latest source code. -
Run
docker-compose up -d
to re-compile matrix.
That's it! Thanks for staying on top of the updates.