mirror of https://github.com/docker/docs.git
mac/prometheus: updated DNS name for host internal IP (#16038)
This commit is contained in:
parent
d88457bd62
commit
bf83c7fa07
|
@ -149,7 +149,7 @@ scrape_configs:
|
||||||
# scheme defaults to 'http'.
|
# scheme defaults to 'http'.
|
||||||
|
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['docker.for.mac.host.internal:9323']
|
- targets: ['host.docker.internal:9323']
|
||||||
```
|
```
|
||||||
|
|
||||||
</div><!-- mac -->
|
</div><!-- mac -->
|
||||||
|
|
Loading…
Reference in New Issue