32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-05-30 04:40:50 +00:00

Revert "Merge pull request #11 from openenergyprojects/patch-1"

This reverts commit 7291e378a1, reversing
changes made to 26083ce457.
This commit is contained in:
Michael Babker 2016-10-18 20:06:10 -05:00
parent d71fffa067
commit 526a9896a3

View File

@ -2,9 +2,6 @@
set -e
#wait for dockercompose to start the mysql
sleep 3
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then