mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
LibreNMS 1.51
This commit is contained in:
parent
9be7ec161b
commit
d801cf45ce
3 changed files with 6 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
|
||||
env:
|
||||
global:
|
||||
- VERSION=1.50.1
|
||||
- VERSION=1.51
|
||||
- DOCKER_USERNAME=librenms
|
||||
- DOCKER_REPONAME=librenms
|
||||
- DOCKER_LOGIN=librenmsbot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.51-RC1 (2019/05/01)
|
||||
|
||||
* LibreNMS 1.51
|
||||
|
||||
## 1.50.1-RC3 (2019/04/28)
|
||||
|
||||
* Add `large_client_header_buffers` Nginx config
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ RUN apk --update --no-cache add \
|
|||
&& setcap cap_net_raw+ep /usr/bin/nmap \
|
||||
&& setcap cap_net_raw+ep /usr/sbin/fping
|
||||
|
||||
ENV LIBRENMS_VERSION="1.50.1" \
|
||||
ENV LIBRENMS_VERSION="1.51" \
|
||||
LIBRENMS_PATH="/opt/librenms" \
|
||||
DATA_PATH="/data" \
|
||||
CRONTAB_PATH="/var/spool/cron/crontabs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue