Change port for netbox. It now listens on 8080

Robert Drake 2025-09-23 18:00:44 -04:00
parent 1ebad00d31
commit 643f48dc30

@ -92,7 +92,7 @@ scrape_configs:
- job_name: netbox
static_configs:
- targets: ['netbox:8001']
- targets: ['netbox:8080']
- job_name: postgresql
static_configs: