mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	disable apache2 switch user as user is set on container
This commit is contained in:
		| @@ -33,6 +33,8 @@ RUN a2dismod -f alias autoindex negotiation status && \ | ||||
|  | ||||
| RUN sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" /etc/apache2/apache2.conf && \ | ||||
| 	sed -r -i "/^\s*Listen /s/^/#/" /etc/apache2/ports.conf && \ | ||||
| 	sed -r -i "/^\s*User /s/^/#/" /etc/apache2/apache2.conf && \ | ||||
| 	sed -r -i "/^\s*Group /s/^/#/" /etc/apache2/apache2.conf && \ | ||||
| 	touch /var/www/FreshRSS/Docker/env.txt  | ||||
|  | ||||
| WORKDIR /var/www/FreshRSS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user