-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
startup.sh: $'\r': command not found #243
Comments
Hi @laph95, thanks for the issue. I will try to reproduce your error and come back to you as fast as I can. I need to know if it's a global issue on windows or just in your case. |
Thank you @Mohamed-Hacene. Actually I was wondering if the issue could come from using Docker Desktop... An additional point: doc states that credentials will be asked at a certain point during docker-compose.sh execution and I've never been asked. |
Hi, the backend console shows this error :
After reformating the |
Hi @VigilantOps, thanks for sharing your solution. Could you show us what you've reformatted in the @laph95 Once your problem is fixed, I'll help you create your credentials if you still don't have them. |
Thank you very much @VigilantOps, I opened startup.sh script with Notepad and converted EOL to Unix in order to remove '\r'. Then it works as expected! @Mohamed-Hacene: it would be great if you can help for the credentials, thanks. |
Here's a quick workaround once you've launched your container:
|
@Mohamed-Hacene it seems to be an issue with the file encoding. Github is referencing a configuration which can solve multi OS collaboration : Configuring Git to handle line endings Maybe this can solve the issue in the future. Regards, |
Thank you very much @Mohamed-Hacene. All is working fine now. |
Describe the bug
docker-compose.sh executes and creates container into Docker Desktop, containing 3 images: caddy and frontend run well but backend image fails and gives logs attached.
ciso-assistant_docker_fail.log
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All 3 images to run and application accessible at localhost:8443
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: