mirror of https://github.com/docker/docs.git
use host.docker.internal internal IP for prometheus/windows (#16024)
This commit is contained in:
parent
41b42d94fe
commit
bfb3682d8d
|
@ -189,7 +189,7 @@ scrape_configs:
|
||||||
# scheme defaults to 'http'.
|
# scheme defaults to 'http'.
|
||||||
|
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['192.168.65.1:9323']
|
- targets: ['host.docker.internal:9323']
|
||||||
```
|
```
|
||||||
|
|
||||||
</div><!-- windows -->
|
</div><!-- windows -->
|
||||||
|
|
Loading…
Reference in New Issue