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 8cb1d41 commit 900ac14Copy full SHA for 900ac14
Containers/docker-socket-proxy/haproxy.cfg
@@ -7,7 +7,7 @@ defaults
7
8
frontend http
9
mode http
10
- bind :2375
+ bind :::2375 v4v6
11
http-request deny unless { src 127.0.0.1 } || { src ::1 } || { src NC_IPV4_PLACEHOLDER } || { src NC_IPV6_PLACEHOLDER }
12
# container inspect: GET containers/%s/json
13
http-request allow if { path,url_dec -m reg -i ^(/v[\d\.]+)?/containers/nc_app_[a-zA-Z0-9_.-]+/json } METH_GET
0 commit comments