feat: implement non-root user security for Docker container

This commit is contained in:
Lalit Sudhir
2025-10-22 19:10:33 -07:00
parent be6c15fef2
commit 8ac62b48a6
5 changed files with 148 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
pid /var/run/nginx/nginx.pid;
events {
worker_connections 1024;
}