We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753cf3e commit 0517f11Copy full SHA for 0517f11
content/manuals/engine/daemon/prometheus.md
@@ -41,15 +41,15 @@ Add the following configuration:
41
42
```json
43
{
44
- "metrics-addr": "127.0.0.1:9323"
+ "metrics-addr": "0.0.0.0:9323"
45
}
46
```
47
48
Save the file, or in the case of Docker Desktop for Mac or Docker Desktop for
49
Windows, save the configuration. Restart Docker.
50
51
-Docker now exposes Prometheus-compatible metrics on port 9323 on the loopback
52
-interface.
+Docker now exposes Prometheus-compatible metrics on port 9323, using the
+wildcard address `0.0.0.0`.
53
54
### Create a Prometheus configuration
55
0 commit comments