See docker documentation to install, configure, and start a node.
See nginx reverse proxy.
To go further, read How to become a (black)smith
- Modify docker image tag on your compose file
- Run
docker compose pull
, this will pull the new image. - Run
docker compose up -d --remove-orphans
, this will recreate the container - Verify that your node restarted well
docker compose logs duniter-rpc
- Remove the old image
docker rmi duniter/duniter-v2s:OLD_TAG