1
0
Fork 0
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:
CrazyMax 2020-05-08 21:40:24 +02:00
parent 7693b6b44e
commit 7daa8602b6
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -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" \