mirror of
https://github.com/librenms/docker.git
synced 2026-01-24 02:35:33 +00:00
LibreNMS 1.60
This commit is contained in:
parent
a0c4a93c53
commit
ad92ae4bae
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.60-RC1 (2020/02/04)
|
||||
|
||||
* LibreNMS 1.60
|
||||
|
||||
## 1.58.1-RC6 (2020/01/23)
|
||||
|
||||
* Move Nginx temp folders to `/tmp` (#55)
|
||||
|
|
|
|||
|
|
@ -88,7 +88,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.58.1" \
|
||||
LIBRENMS_VERSION="1.60" \
|
||||
LIBRENMS_PATH="/opt/librenms" \
|
||||
LIBRENMS_DOCKER="1" \
|
||||
TZ="UTC" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue