Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions monitoring-stack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ networks:

services:
librenms:
image: librenms/librenms:26.7.0
image: librenms/librenms:26.8.1
container_name: librenms
hostname: librenms
cap_add:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
- homepage.description=System Monitoring

dispatcher:
image: librenms/librenms:26.7.0
image: librenms/librenms:26.8.1
container_name: librenms_dispatcher
hostname: librenms-dispatcher
cap_add:
Expand Down Expand Up @@ -160,7 +160,7 @@ services:
# restart: always

syslog-ng:
image: librenms/librenms:26.7.0
image: librenms/librenms:26.8.1
container_name: librenms_syslog
# domainname: viewpoint.house
hostname: librenms
Expand Down