You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching compose install the compose.json file isn't find.
It seems that the volume are not mounted
# docker-compose run composer install
Composer could not find a composer.json file in /app
To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage
Any suggestions?
The text was updated successfully, but these errors were encountered:
I can't promise much help but could you show the steps you took before you ran this command?
But to be honest I'm not sure if it's a good idea to start a new project based on our code here. It's not really maintained anymore and from looking at it with some distance I would say that the setup is maybe a bit too complex. While I've used it with success it requires that you really understand how the different pieces work together and what each part is for.
In that case you should be able to solve problems like yours on your own. If not then maybe the template is not really for you because you'll see more situations like this later and will then be on your own.
When launching compose install the compose.json file isn't find.
It seems that the volume are not mounted
Any suggestions?
The text was updated successfully, but these errors were encountered: