You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the playground, and I encounter this error:
ERROR: The Compose file './docker-compose.yaml' is invalid because:
services.trino.depends_on contains an invalid type, it should be an array
services.gravitino.depends_on contains an invalid type, it should be an array
ERROR: The Compose file './docker-compose.yaml' is invalid because:
services.trino.depends_on contains an invalid type, it should be an array
services.gravitino.depends_on contains an invalid type, it should be an array
And I found this issue: docker/compose#4305 says that the depends_on is not supported on v3 anymore.
Can anyone help me this?
The text was updated successfully, but these errors were encountered:
I was trying to run the playground, and I encounter this error:
And I found this issue: docker/compose#4305 says that the depends_on is not supported on v3 anymore.
Can anyone help me this?
The text was updated successfully, but these errors were encountered: