We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i tried using --volume /path/config.php:/var/www/config.php
so i can keep the configs on container reruns. but it doesn't work.
The readme says at the db part: Also, this makes this container quite disposable, as it doesn't store any sensitive information at all.
This is pretty wrong, since the config.php has to be changed in order to get the "forgot password" feature work.
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
The configure-db.php script currently writes the database configuration from the linked ENV variables to the config.php automatically.
configure-db.php
config.php
Can you elaborate on what you would want to change in this file?
I'd like to get some insight into this before trying to address this 👍
Sorry, something went wrong.
No branches or pull requests
i tried using
--volume /path/config.php:/var/www/config.php
so i can keep the configs on container reruns. but it doesn't work.
The readme says at the db part:
Also, this makes this container quite disposable, as it doesn't store any sensitive information at all.
This is pretty wrong, since the config.php has to be changed in order to get the "forgot password" feature work.
The text was updated successfully, but these errors were encountered: