mirror of
https://github.com/librenms/docker.git
synced 2026-07-25 03:08:47 +00:00
LibreNMS 1.62.2
This commit is contained in:
parent
062de7ff85
commit
8ea06f7624
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.62.2-RC1 (2020/04/04)
|
||||
|
||||
* LibreNMS 1.62.2
|
||||
|
||||
## 1.61-RC4 (2020/03/27)
|
||||
|
||||
* Fix folder creation (#62)
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ RUN apk --update --no-cache add \
|
|||
&& setcap cap_net_raw+ep /usr/sbin/fping
|
||||
|
||||
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
|
||||
LIBRENMS_VERSION="1.61" \
|
||||
LIBRENMS_VERSION="1.62.2" \
|
||||
LIBRENMS_PATH="/opt/librenms" \
|
||||
LIBRENMS_DOCKER="1" \
|
||||
TZ="UTC" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue