fix(docker): 优化容器启动、优雅退出和Nginx配置

This commit is contained in:
Aqr-K
2026-03-20 20:28:16 +08:00
parent 6065c29891
commit e68d607c9b
4 changed files with 63 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
user moviepilot;
worker_processes auto;
pid /var/run/nginx.pid;
worker_cpu_affinity auto;