-
Notifications
You must be signed in to change notification settings - Fork 86
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
Help ERROR: The Compose file './docker-compose.yml' is invalid because #8
Comments
try del '-' in |
|
This issue has resolved by by this way: Cause and Solution for the exec /entrypoint.sh: no such file or directory Error This error usually occurs when the entrypoint.sh script has incorrect line endings. If the file was edited on Windows, it may have CRLF line endings instead of the Unix-compatible LF. Containers running on Linux cannot interpret CRLF, causing the file to be unreadable.
Alternatively, use a text editor (e.g., VS Code) to change the line endings:
Ensure the script is executable: Recreate the containers to apply the changes:
With these steps, the container should now recognize and execute the entrypoint.sh script correctly. |
ERROR: The Compose file './docker-compose.yml' is invalid because:
![image](https://private-user-images.githubusercontent.com/131861495/377328309-062329f7-4062-4798-987b-79a346acde2d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTc2NDQsIm5iZiI6MTczODkxNzM0NCwicGF0aCI6Ii8xMzE4NjE0OTUvMzc3MzI4MzA5LTA2MjMyOWY3LTQwNjItNDc5OC05ODdiLTc5YTM0NmFjZGUyZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwODM1NDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMjM4MTMzNzYxY2Y3ZDQ0NTU3NWU1NjIzNjZlZjAwMzk5YTYwYzAwM2YzM2FlNTQ2ZmU5YTg1ZDI0NGVhNTMyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.agFrFWGNeasSAshQwGjLndsXovYCWQTRJAI-Vh98HJ4)
services.execution-client.healthcheck value 'start_interval' does not match any of the regexes: '^x-'
services.op-node.healthcheck value 'start_interval' does not match any of the regexes: '^x-'
The text was updated successfully, but these errors were encountered: