2
3
mirror of https://github.com/octoleo/docker-joomla.git synced 2024-11-15 16:27:07 +00:00
Go to file
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
apache Allows for empty mysql root passwords as requested in https://github.com/joomla/docker-joomla/issues/23. 2017-08-24 00:48:48 +03:00
apache-php7 Allows for empty mysql root passwords as requested in https://github.com/joomla/docker-joomla/issues/23. 2017-08-24 00:48:48 +03:00
fpm Allows for empty mysql root passwords as requested in https://github.com/joomla/docker-joomla/issues/23. 2017-08-24 00:48:48 +03:00
fpm-php7 Allows for empty mysql root passwords as requested in https://github.com/joomla/docker-joomla/issues/23. 2017-08-24 00:48:48 +03:00
.travis.yml Add Travis-CI integration 2016-10-14 13:44:11 -05:00
docker-entrypoint.sh Allows for empty mysql root passwords as requested in https://github.com/joomla/docker-joomla/issues/23. 2017-08-24 00:48:48 +03:00
generate-stackbrew-library.sh Convert "generate-stackbrew-library.sh" to output the new 2822-based format 2016-08-16 07:14:03 -05:00
LICENSE Initial working build of Joomla using a Docker image 2015-07-25 15:25:36 -04:00
makedb.php Initial working build of Joomla using a Docker image 2015-07-25 15:25:36 -04:00
README.md Rebuild repo README 2016-10-14 13:50:47 -05:00
update.php Change the update script to a PHP script reading the downloads site API 2017-01-03 20:26:38 -06:00

About this Repo

This is the Git repo of the Docker official image for joomla. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/joomla.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/joomla" manifest file in the docker-library/official-images repo, especially PRs with the "library/joomla" label on that repo. For more information about the official images process, see the docker-library/official-images readme.