nautilusapp/nautilus

parsing fails on volumes using long syntax

Closed this issue · 1 comments

If one is using the long volume-syntax, it will not be able to parse the file, like in the snippet below:

      - type: bind
        source: ./nginx.conf.default
        target: /etc/nginx/nginx.conf

Currently, the parser expects a string.

I added a PR in #167 to fix the issue.


This project looks interesting.

PR #167 merged in! Soon to go live in v1.2.1