mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2024-11-17 18:45:11 +00:00
b8876399f8
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. |
||
---|---|---|
php7.2 | ||
php7.3 | ||
php7.4 | ||
.travis.yml | ||
docker-entrypoint.sh | ||
Dockerfile-alpine.template | ||
Dockerfile-debian.template | ||
generate-stackbrew-library.sh | ||
LICENSE | ||
makedb.php | ||
README.md | ||
update.sh |
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.