-
Notifications
You must be signed in to change notification settings - Fork 30
docker-compose up fails #25
Comments
I have the same problem (Docker version: 18.06.1-ce-win73 (19507)):
|
My colleague Jörg have tried to delete everything:
Then he started from null, but set the Git configuration autoclrf to 'input':
It worked by him. I have tried it as well, and the Contenta CMS works by me now. |
Maybe prune is a bit drastic, but removing the volumes and containers to ensure everything is rebuilt? or |
@pcambra I suppose it should be sufficient. The crucial measure, which has to be taken, is: 'git clone ... --config core.autocrlf=input'. |
I got why this is failing, this is part of what I mentioned on #21 about making the install more robust. What was happening is that the php container was failing due composer not being able to run install on a non-empty folder and thus nginx cannot start. This commit should make it a bit better b45bcd2 It'd be great if someone would confirm this is fixed or we need to keep digging. |
Docker for Windows Version 18.06.1-ce-win73 (19507)
When making clean install after successfully run docker-compose build I try docker-compose up and always get:
I've found that somebody already introduced fixes for this before, but somehow they are not working for me.
The text was updated successfully, but these errors were encountered: