mauricioklein / docker-compose-api

A Docker Compose parser for Ruby
MIT License
33 stars 25 forks source link

Fix numeric ports #47

Closed onnimonni closed 5 years ago

onnimonni commented 5 years ago

Without this fix I had errors like:

NoMethodError:
  undefined method `split' for 8000:Integer

and docker-compose.yml which contained ports like:

    ports:
      - 8000
mauricioklein commented 5 years ago

Thanks, @onnimonni for your contribution 👍