32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-05-28 12:00:47 +00:00

fixed a2enmod rewrite

This commit is contained in:
Llewellyn van der Merwe 2021-08-28 22:59:43 +02:00
parent 44935d6b2b
commit 2c56389172
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements. # Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1 ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module # Enable Apache Rewrite Module
RUN a2enmod rewrite\ RUN a2enmod rewrite
# Install the PHP extensions # Install the PHP extensions
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements. # Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1 ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module # Enable Apache Rewrite Module
RUN a2enmod rewrite\ RUN a2enmod rewrite
# Install the PHP extensions # Install the PHP extensions
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements. # Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1 ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module # Enable Apache Rewrite Module
RUN a2enmod rewrite\ RUN a2enmod rewrite
# Install the PHP extensions # Install the PHP extensions
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
# Disable remote database security requirements. # Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1 ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
# Enable Apache Rewrite Module # Enable Apache Rewrite Module
RUN a2enmod rewrite\ RUN a2enmod rewrite
# Install the PHP extensions # Install the PHP extensions
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache \
{{ ) else "" end -}} {{ ) else "" end -}}
{{ if env.variant == "apache" then ( -}} {{ if env.variant == "apache" then ( -}}
# Enable Apache Rewrite Module # Enable Apache Rewrite Module
RUN a2enmod rewrite\ RUN a2enmod rewrite
{{ ) else "" end -}} {{ ) else "" end -}}
# Install the PHP extensions # Install the PHP extensions
RUN set -ex; \ RUN set -ex; \