[修改]confd模板的缩进格式

This commit is contained in:
2024-09-04 09:40:03 +08:00
committed by Coding
parent 0c626814b6
commit 525ad0b664
3 changed files with 3 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ services:
node-exporter:
build: docker/node_exporter
opcua-exporter:
build: opcua-expoter
build: opcua-exporter
volumes:
- ./data:/data

View File

@@ -8,4 +8,4 @@ scrape_configs:
- job_name: 'opcua_exporter'
static_configs:
- targets: [ 'localhost:8191' ]
- targets: [ 'opcua-exporter:8191' ]