Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 216 Bytes

upgrade.md

File metadata and controls

9 lines (7 loc) · 216 Bytes

Upgrade

To upgrade to the latest version of LibreNMS, pull the newer image and launch the container. LibreNMS will upgrade automatically:

docker-compose down
docker-compose pull
docker-compose up -d