Hey there!
So I have a repo that I’m trying to clone into Local, and the folder structure is a bit different. The core WordPress files live in a site
directory, instead of public
.
I went in to the Volumes addon and added the following mapping:
But when I go to the Database tab, it’s still trying to read the wp-config
values from that public
folder which doesn’t exist.
Is there a step that I’m missing? I’m trying to avoid changing the site
folder to public
to avoid any confusion with other developers who have the repo cloned.
Thanks!