Compare commits

..

No commits in common. "af089cd6a7f0413a0bb73974956c818780ce85c8" and "f7b138bf5fae6eb0f1ba8155e99007dbe6b7543b" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -1,14 +1,9 @@
from php:7.4.33-apache from php:7.4.32-apache
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
git \ git \
libicu-dev\
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN printf "[safe]\n\tdirectory = /var/www\n" > /etc/gitconfig
RUN a2enmod remoteip rewrite \ RUN a2enmod remoteip rewrite \
&& echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf \ && echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf \
&& a2enconf remoteip \ && a2enconf remoteip \

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
apache: apache:
build: . build: .
image: my_apache:7.4.33 image: my_apache:7.4.32
container_name: apache container_name: apache
networks: networks:
- proxy - proxy

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
apache-test: apache-test:
build: .. build: ..
image: my_apache:7.4.33 image: my_apache:7.4.32
container_name: apache-test container_name: apache-test
networks: networks:
- proxy - proxy