Commit Graph

13 Commits

Author SHA1 Message Date
John Karabudak b8876399f8
Added optional environment variable JOOMLA_DB_PASSWORD_FILE (#100)
This environment variable is crucial for Docker secrets, as Docker secrets can only be files mounted to a specific path. Without support for reading the password out of a file, we are forced to define the database password in the docker-compose file which is not very secure.
2020-08-11 20:13:41 +02:00
Michael Babker a6644c9255 Remove database details from entrypoint output (Fix #65) 2018-08-06 19:30:38 -05:00
Tim Ebert 43e546ea66 Adapt installation check to Joomla v3.8.x 2017-10-28 15:22:02 +02:00
frank 04cdc51d5d Fix an oversight. OK to review/merge. 2017-08-24 01:29:34 +03:00
frank dab00d0bd5 Allows for empty mysql root passwords as requested in https://github.com/joomla/docker-joomla/issues/23.
just omit the `JOOMLA_DB_PASSWORD` environment variable and instead add `JOOMLA_DB_PASSWORD_ALLOW_EMPTY=yes`.
2017-08-24 00:48:48 +03:00
Michael Babker 526a9896a3 Revert "Merge pull request #11 from openenergyprojects/patch-1"
This reverts commit 7291e378a1, reversing
changes made to 26083ce457.
2016-10-18 20:06:10 -05:00
openenergyprojects de91fce3d5 #wait for dockercompose to start the mysql
#wait for dockercompose to start the mysql
2016-10-07 10:37:53 +03:00
Michael Babker 772950ed9e Allow initialization to run on FPM too (Fix #5) 2016-01-07 14:53:58 -05:00
Michael Babker 40426bb763 Wrap script in an if statement
See ba89e6a183 for details
2015-08-04 14:07:29 -04:00
Michael Babker dd1a637083 Use sed to make .htaccess change, remove joomla.zip after update 2015-08-04 14:04:35 -04:00
Michael Babker 4c50e3a8e1 Copy/paste errors, enough said 2015-07-25 16:15:45 -04:00
Michael Babker ba5df1da80 Forgot the .htaccess copy 2015-07-25 16:13:54 -04:00
Michael Babker 966275ada2 Initial working build of Joomla using a Docker image 2015-07-25 15:25:36 -04:00