- Stop the worker
# If you are running docker compose directly
docker compose down
# If you are running the worker in systemd
sudo systemctl stop worker.service
- Update the worker
Update from source
If you are building the docker from source then check Build_from_source.md
in this same git repository.
Make sure to edit the version to the version you would like to update to.
The newly built docker with the tag lgn-coprocessor:local
should override your previous docker image.
Update by pulling from dockerhub
docker pull lagrangelabs/worker:v1.1.8
- Run the worker
# If you are running docker compose directly docker compose up -d # If you are running the worker in systemd sudo systemctl start worker.service