mac/prometheus: updated DNS name for host internal IP (#16038)

This commit is contained in:
David Karlsson 2022-10-31 16:57:36 +01:00 committed by GitHub
parent d88457bd62
commit bf83c7fa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ scrape_configs:
# scheme defaults to 'http'.
static_configs:
- targets: ['docker.for.mac.host.internal:9323']
- targets: ['host.docker.internal:9323']
```
</div><!-- mac -->