Skip to content

Commit

Permalink
documentation for update procedure (issue #55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Oct 19, 2018
1 parent 41edfbf commit a477eb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# docker-librenms

Docker image for LibreNMS

**This document refers to the master branch and does not necessarily correspond to the version that you are running.**
Expand Down Expand Up @@ -109,6 +110,12 @@ matches its alias inside the container if you intend to modify it.
--name librenms \
jarischaefer/docker-librenms

## Updating the container

1. Pick a release from the [Releases page](https://github.com/jarischaefer/docker-librenms/releases)
2. Run `docker pull jarischaefer/docker-librenms:{release}` and restart your container using the new version
3. Run `docker exec librenms setup_database`

## SSL

Mount another directory containing `ssl.key`, `ssl.crt` and optionally `ssl.ocsp.crt` to enable HTTPS.
Expand Down

0 comments on commit a477eb6

Please sign in to comment.