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:
parent
70c94d3b84
commit
7ed4bc231f
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue