34
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-11-17 18:45:11 +00:00

Update to 3.9.20

This commit is contained in:
Docker Library Bot 2020-08-11 23:36:10 +00:00
parent b8876399f8
commit 97ec165717
9 changed files with 36 additions and 0 deletions

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -2,6 +2,10 @@
set -e
if [[ -f "$JOOMLA_DB_PASSWORD_FILE" ]]; then
JOOMLA_DB_PASSWORD=$(cat "$JOOMLA_DB_PASSWORD_FILE")
fi
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then