mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2025-01-10 08:34:04 +00:00
fixed a2enmod rewrite
This commit is contained in:
parent
44935d6b2b
commit
2c56389172
@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
|
||||
# Disable remote database security requirements.
|
||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||
# Enable Apache Rewrite Module
|
||||
RUN a2enmod rewrite\
|
||||
RUN a2enmod rewrite
|
||||
# Install the PHP extensions
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
|
||||
# Disable remote database security requirements.
|
||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||
# Enable Apache Rewrite Module
|
||||
RUN a2enmod rewrite\
|
||||
RUN a2enmod rewrite
|
||||
# Install the PHP extensions
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
|
||||
# Disable remote database security requirements.
|
||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||
# Enable Apache Rewrite Module
|
||||
RUN a2enmod rewrite\
|
||||
RUN a2enmod rewrite
|
||||
# Install the PHP extensions
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
@ -11,7 +11,7 @@ LABEL maintainer="Llewellyn van der Merwe <llewellyn.van-der-merwe@community.joo
|
||||
# Disable remote database security requirements.
|
||||
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
|
||||
# Enable Apache Rewrite Module
|
||||
RUN a2enmod rewrite\
|
||||
RUN a2enmod rewrite
|
||||
# Install the PHP extensions
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
||||
{{ ) else "" end -}}
|
||||
{{ if env.variant == "apache" then ( -}}
|
||||
# Enable Apache Rewrite Module
|
||||
RUN a2enmod rewrite\
|
||||
RUN a2enmod rewrite
|
||||
{{ ) else "" end -}}
|
||||
# Install the PHP extensions
|
||||
RUN set -ex; \
|
||||
|
Loading…
Reference in New Issue
Block a user