1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00

LibreNMS 1.69

This commit is contained in:
CrazyMax 2020-11-03 01:15:32 +01:00
parent 70c94d3b84
commit 7ed4bc231f
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## 1.69-RC1 (2020/11/03)
* LibreNMS 1.69
* Update to Traefik v2
* Update PWD example (#135)
* Allow to `clear` env for FPM workers
* Use Docker meta action to handle tags and labels
* Replace `RRDCACHED_HOST` and `RRDCACHED_PORT` with `RRDCACHED_SERVER` env var
## 1.68-RC1 (2020/09/30)
* LibreNMS 1.68

View file

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