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 7e4fd0fCopy full SHA for 7e4fd0f
content/manuals/engine/daemon/prometheus.md
@@ -48,8 +48,10 @@ Add the following configuration:
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 via the loopback
+interface. You can configure it to use the wildcard address `0.0.0.0` instead,
53
+but this will expose the Prometheus port to the wider network. Consider your
54
+threat model carefully when deciding which option best suits your environment.
55
56
### Create a Prometheus configuration
57
0 commit comments