Merge pull request #5546 from ziwiwiz/fix-docker-proxy-unauthorized-access

This commit is contained in:
jxxghp
2026-03-06 13:19:34 +08:00
committed by GitHub

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;