diff --git a/docker/docker_http_proxy.conf b/docker/docker_http_proxy.conf index e0154e35..91f96bee 100644 --- a/docker/docker_http_proxy.conf +++ b/docker/docker_http_proxy.conf @@ -13,7 +13,7 @@ http { server unix:/var/run/docker.sock fail_timeout=0; } server { - listen 38379; + listen 127.0.0.1:38379; server_name localhost; access_log /dev/stdout combined;