mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 05:53:19 +00:00 
			
		
		
		
	Merge pull request #304 from wazuh/fix-302-nginx-pid1
Fix 302 Execute nginx as PID 1
This commit is contained in:
		@@ -16,4 +16,4 @@ VOLUME ["/etc/nginx/conf.d"]
 | 
			
		||||
ENV NGINX_NAME="foo" \
 | 
			
		||||
    NGINX_PWD="bar"
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT /entrypoint.sh
 | 
			
		||||
ENTRYPOINT [ "/entrypoint.sh" ]
 | 
			
		||||
 
 | 
			
		||||
@@ -75,4 +75,4 @@ server {
 | 
			
		||||
}
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
nginx -g 'daemon off;'
 | 
			
		||||
exec nginx -g 'daemon off;'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user