1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-20 16:56:14 +00:00

LibreNMS 1.66

This commit is contained in:
CrazyMax 2020-07-30 13:47:34 +02:00
parent d7e92cf497
commit a858a4f5e2
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.66-RC1 (2020/07/30)
* LibreNMS 1.66
## 1.65.1-RC2 (2020/07/10)
* Add `LIBRENMS_BASE_URL` env var (#95 #99 #100)

View file

@ -108,7 +108,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.65.1" \
LIBRENMS_VERSION="1.66" \
LIBRENMS_PATH="/opt/librenms" \
LIBRENMS_DOCKER="1" \
TZ="UTC" \