mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-19 19:46:55 +08:00
fix(docker): optimize docker proxy listener config for better network isolation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user