-
Notifications
You must be signed in to change notification settings - Fork 26
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
Crashes: docker-sync-stack start #34
Comments
Hmm. Some things changed between Ruby 2.0 and 2.1. Try with 2.1 as a From: EugenMayer/docker-sync#49 docker-sync start works ok. docker-sync-stack start fails.
all yaml files are valid. docker-compose -f docker-compose.yml -f docker-compose-dev.yml up works without problems... Files: #Archive.zip — |
updated ruby to latest 2.3.0p0 |
Must be the yaml parser, which ruby version have you been using before ? |
2.0 |
Can confirm this issue with ruby 2.0.0, after upgrading via rvm to 2.3.0p0 it does not occur anymore. But when I stop it with
But I guess this is another issue not related to the original one. |
@Duske, that looks like an error in the actual |
@Vasiliy-Bondarenko, I have published docker-compose v0.8.4 with Ruby 2.0 support. |
It can't be installed in Ruby 2.0, since it has a dependency in gemspec which requires ruby version ~> 2.1 |
Thank you @luikore. Published 1.0.1 to remedy this. |
From: EugenMayer/docker-sync#49
works ok.
fails.
all yaml files are valid.
works without problems...
Files: #Archive.zip
The text was updated successfully, but these errors were encountered: