-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
Description
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.