Custom config file issue with Docker #5510
Closed
Ixiruss
started this conversation in
Installation
Replies: 1 comment
-
I fixed my mistake. For all users stuck in the same situation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have an issue with the config.php file.
I'm currently configuring a docker compose instance of Kanboard.
My docker compose file is :
About physical root path (Debian), it is located here /home/kanboard
The website is working very well, I was able to install a plugin, it's visible in ./kanboard_plugins and working.
But I don't understand how the config.php file is working for Docker installation.
When I go to ./kanboard_data (/var/www/app/data), I don't see any config.php file nor config.default.php visible. Only db.sqlite
Following https://docs.kanboard.org/v1/admin/docker/#custom-config-file, the file should be here from the volume (/var/www/app/config.php).
So it means that all necessary files are already located in /var/www/app/data, but I'm not able to see them.
Maybe I have an issue with how my volumes are mounted ?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions