mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
disable apache2 switch user as user is set on container
This commit is contained in:
parent
e50bf9b12c
commit
250ff85649
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user