Add proxy modules to apache container
This commit is contained in:
@@ -3,7 +3,7 @@ USER root
|
||||
WORKDIR /web
|
||||
VOLUME /git
|
||||
VOLUME /web/config
|
||||
RUN apk update; apk add apache2 apache2-utils
|
||||
RUN apk update; apk add apache2 apache2-utils apache2-proxy
|
||||
RUN mkdir /run/apache2; chown apache /run/apache2
|
||||
RUN ln -s /dev/stderr /var/log/apache2/error.log
|
||||
RUN ln -s /dev/stdout /var/log/apache2/access.log
|
||||
|
Reference in New Issue
Block a user