Merge pull request #18 from vikramsubramanian/master

Changed incorrect port number
This commit is contained in:
Christoph Petrausch
2020-09-18 17:22:33 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ services:
context: ../
dockerfile: Dockerfile
ports:
- 8002:8002
- 9641:9641
volumes:
- type: bind
source: ./mqtt2prometheus.yaml
@@ -22,4 +22,4 @@ services:
volumes:
- type: bind
source: ./prometheus.yml
target: /etc/prometheus/prometheus.yml
target: /etc/prometheus/prometheus.yml
+1 -1
View File
@@ -27,4 +27,4 @@ scrape_configs:
scheme: http
static_configs:
- targets:
- mqtt2prometheus:8002
- mqtt2prometheus:9641