fix(docker): optimize docker proxy listener config for better network isolation

This commit is contained in:
ziwiwiz
2026-03-06 01:13:06 +08:00
parent 9897941bf9
commit 87cbda0528

View File

@@ -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;