mirror of
https://github.com/librenms/docker.git
synced 2026-07-28 04:34:03 +00:00
LibreNMS 1.63
This commit is contained in:
parent
7693b6b44e
commit
7daa8602b6
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 1.63-RC1 (2020/05/08)
|
||||
|
||||
* LibreNMS 1.63
|
||||
* Add `LISTEN_IPV6` env var (#71)
|
||||
|
||||
## 1.62.2-RC2 (2020/04/13)
|
||||
|
||||
* Fix log file permissions (#66)
|
||||
|
|
|
|||
|
|
@ -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.62.2" \
|
||||
LIBRENMS_VERSION="1.63" \
|
||||
LIBRENMS_PATH="/opt/librenms" \
|
||||
LIBRENMS_DOCKER="1" \
|
||||
TZ="UTC" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue