Skip to content

Commit 408ab34

Browse files
committed
Fix: endpoint has changed
1 parent f1f2b04 commit 408ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ scrape_configs:
3232
- job_name: 'website'
3333
honor_labels: true
3434
static_configs:
35-
- targets: ['website:80']
35+
- targets: ['nginx:80']

0 commit comments

Comments
 (0)