Skip to content
New issue

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

mount volume for config.php #20

Open
grahovam opened this issue Nov 14, 2015 · 1 comment
Open

mount volume for config.php #20

grahovam opened this issue Nov 14, 2015 · 1 comment

Comments

@grahovam
Copy link

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.

@clue
Copy link
Owner

clue commented Jul 27, 2016

Thanks for reporting!

The configure-db.php script currently writes the database configuration from the linked ENV variables to the config.php automatically.

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants