Skip to content
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

Open
vinhhathacha opened this issue Oct 17, 2024 · 2 comments

Comments

@vinhhathacha
Copy link

ERROR: The Compose file './docker-compose.yml' is invalid because:
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-'
image

@voroningraphics
Copy link

try del '-' in docker-compose up -d
docker compose up -d

@Maxson71
Copy link

Maxson71 commented Nov 5, 2024

try del '-' in docker-compose up -d docker compose up -d

root@vmi2115775:~/unichain-node# docker-compose up -d
ERROR: The Compose file './docker-compose.yml' is invalid because:
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-'
root@vmi2115775:~/unichain-node# docker compose up -d
[+] Running 3/3
 ✔ Network unichain-node_default               Created                                                                        0.1s 
 ✘ Container unichain-node-execution-client-1  Error                                                                          8.7s 
 ✔ Container unichain-node-op-node-1           Created                                                                        0.0s 
dependency failed to start: container unichain-node-execution-client-1 is unhealthy

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants