Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-socket-proxy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Tecnativa
docker-socket-proxy
Commits
75d40ca5
Unverified
Commit
75d40ca5
authored
1 year ago
by
salty
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] Bind to IPv4 and IPv6 in haproxy (#108)
parent
ea893f64
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
haproxy.cfg
+1
-1
1 addition, 1 deletion
haproxy.cfg
with
1 addition
and
1 deletion
haproxy.cfg
+
1
−
1
View file @
75d40ca5
...
...
@@ -44,7 +44,7 @@ backend docker-events
timeout
server
0
frontend
dockerfrontend
bind
:2375
bind
::
:2375
v4v6
http-request
deny
unless
METH_GET
||
{
env(POST)
-m
bool
}
http-request
allow
if
{
path,url_dec
-m
reg
-i
^(/v
[\d\.]
+)?/containers/
[a-zA-Z0-9_.-]
+/((stop)|(restart)|(kill))
}
{
env(ALLOW_RESTARTS)
-m
bool
}
http-request
allow
if
{
path,url_dec
-m
reg
-i
^(/v
[\d\.]
+)?/containers/
[a-zA-Z0-9_.-]
+/start
}
{
env(ALLOW_START)
-m
bool
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment