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

Malformed inline YAML string error when using command arguments list #66

Open
matt24smith opened this issue Jul 14, 2023 · 1 comment
Open

Comments

@matt24smith
Copy link

Thanks, this package saved me a lot of time.

I get an error when using docker-compose commands in list format, e.g.

version: "3.9" 

services:
  example:
    command: 
        [
            "bundle", 
            "exec", 
            "thin", 
            "-p", 
            "3000"
        ]

producing a Malformed inline YAML string error. Would it be possible to add support for this? In the meantime I can work around it by commenting out the command, creating the graph, and then reverting my changes.

@matt24smith
Copy link
Author

possibly duplicate of #64 ?

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

1 participant