Go to file
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
php7.2 Update to 3.9.20 2020-08-09 16:51:21 +02:00
php7.3 Update to 3.9.20 2020-08-09 16:51:21 +02:00
php7.4 Update to 3.9.20 2020-08-09 16:51:21 +02:00
.travis.yml Add PHP 7.4 2019-11-29 20:02:45 +01:00
Dockerfile-alpine.template Add GMP and MCrypt to templates 2020-08-09 16:50:54 +02:00
Dockerfile-debian.template Add GMP and MCrypt to templates 2020-08-09 16:50:54 +02:00
LICENSE 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
docker-entrypoint.sh Added optional environment variable JOOMLA_DB_PASSWORD_FILE (#100) 2020-08-11 20:13:41 +02:00
generate-stackbrew-library.sh Bump default PHP verion to 7.3 2019-11-29 20:06:00 +01:00
makedb.php Initial working build of Joomla using a Docker image 2015-07-25 15:25:36 -04:00
update.sh add GMP and Mcrypt versions to update.sh 2020-06-30 12:44:09 +01:00

README.md

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.