CodeIgniter Forums
setting the /config directory in a Docker install - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: setting the /config directory in a Docker install (/showthread.php?tid=74567)



setting the /config directory in a Docker install - richb201 - 10-10-2019

I have loaded the following containers:
apache
php-fpm
mariaDB
bitnami/Codeigniter

My concern is with the codeigniter container. As you know the /config directory has database.php and also config.php. These have specific values for my application. Of course I have these already setup in my /application directory. But if I start the bitnami/Codeigniter container, my CI config files will not be in there. My question is this: Do I even need to use a codeigniter container? Isn't the entire Codeigniter environment already in my /application directory??