opf / openproject-docker-compose

Recipes to deploy OpenProject with Docker, Docker Compose, Kubernetes, etc.
165 stars 158 forks source link

exec /usr/local/bin/proxy-entrypoint.sh: no such file or directory #72

Open michaelhugj opened 3 months ago

michaelhugj commented 3 months ago

Hello Expert, We I installed the OP compose in Dorcker for windows, and started it. compose-proxy-1 always have an error exec /usr/local/bin/proxy-entrypoint.sh: no such file or directory. Error But the file could be found in the installation folder.

The current docker is Docker Desktop 4.30.0 (149282), and the OP Compose is latest version 4.1. How to fix this, Please help . Regards, Mic

michaelhugj commented 3 months ago

I re-downloaded this file from https://github.com/opf/openproject-deploy/blob/stable/14/compose/proxy-entrypoint.sh, the service could be executed successfully. But I couldn't login with the default username and password ( login: admin, and password: admin.).

samimi-electronics commented 3 months ago

same issue on windows. the file is identical to what is on github. still have issues.

proxy-1     | exec /usr/local/bin/proxy-entrypoint.sh: no such file or directory
samimi-electronics commented 3 months ago

same issue on windows. the file is identical to what is on github. still have issues.

proxy-1     | exec /usr/local/bin/proxy-entrypoint.sh: no such file or directory

due to windows git (I think) it gets the files with CRLF instead of LF. saved the important files as LF format and the project runs. I can't login with admin:admin. error: image

habib-e commented 2 months ago

same issue on windows.

oliverguenther commented 2 weeks ago

We're now using a separate proxy image that is built without this entrypoint file. Is the problem still relevant?