mirror of
https://github.com/librenms/docker.git
synced 2026-07-28 12:36:32 +00:00
LibreNMS 1.61
This commit is contained in:
parent
ae7ed07880
commit
260cbeef9e
3 changed files with 6 additions and 1 deletions
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
* @crazy-max
|
||||
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.61-RC1 (2020/03/02)
|
||||
|
||||
* LibreNMS 1.61
|
||||
|
||||
## 1.60-RC1 (2020/02/04)
|
||||
|
||||
* LibreNMS 1.60
|
||||
|
|
|
|||
|
|
@ -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.60" \
|
||||
LIBRENMS_VERSION="1.61" \
|
||||
LIBRENMS_PATH="/opt/librenms" \
|
||||
LIBRENMS_DOCKER="1" \
|
||||
TZ="UTC" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue