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 7a587b9 commit 33a8f41Copy full SHA for 33a8f41
docker/run.sh
@@ -93,8 +93,9 @@ Note: if you use a PORT lower than 1024, please note that kafka-connect-ui can
93
now run under any user. In the future a non-root user may become the default.
94
In this case you will have to explicitly allow binding to such ports, either by
95
setting the root user or something like '--sysctl net.ipv4.ip_unprivileged_port_start=0'.
96
- Activating privacy features... done."
97
-http://0.0.0.0:$PORT"
+
+Activating privacy features... done.
98
+http://0.0.0.0:$PORT
99
EOF
100
} 1>&2
101
0 commit comments