-
Notifications
You must be signed in to change notification settings - Fork 10
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
Docker Demo fails to startup: bad URI error #2610
Comments
My guess is maybe its the quotes in the yaml file? https://github.com/ualbertalib/jupiter/blob/master/docker-compose.demo.yml#L37 Should be just (Production docker compose which UAT uses does the same thing and its working 🤔 . Can check it's version from the Edit: Ah saw your commit with this fix, once you PR is up I'll approve it 😄 |
New versions of docker-compose, if I understand some of the reports, became subtly more strict when interpreting yaml. |
…e_redis Fixes: Docker demo Redis bad URI error #2610
Believe this can be closed now, should be fixed by #2611 |
Describe the bug
Following the Demo instructions with Docker
Docker version 20.10.10, build b485636
and docker-composeversion 1.29.2
startup of theweb
container fails withbad URI(is not URI?): "'redis://redis/1'" (URI::InvalidURIError)
To Reproduce
Steps to reproduce the behavior:
docker-compose -f docker-compose.yml up -d
fails to startweb
container with errorbad URI(is not URI?): "'redis://redis/1'" (URI::InvalidURIError)
Expected behavior
web
container starts normally with connection to redisDesktop (please complete the following information):
Ubuntu 20.04
Additional context
jupiter/docker-compose.demo.yml
Line 37 in 5c8bfce
The text was updated successfully, but these errors were encountered: