mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
Changed incorrect port number
As mqtt2promethius is built from source, it should export 9641:9641 instead of 8002:8002 Fixes issue #17
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
context: ../
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 8002:8002
|
||||
- 9641:9641
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./mqtt2prometheus.yaml
|
||||
|
||||
@@ -27,4 +27,4 @@ scrape_configs:
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets:
|
||||
- mqtt2prometheus:8002
|
||||
- mqtt2prometheus:9641
|
||||
|
||||
Reference in New Issue
Block a user