We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Split from #599
examples/docker/docker-compose.yaml has redis defined twice and so won't run.
examples/docker/docker-compose.yaml
you can run docker-compose up and the docker-compose.yaml will run.
go to example/docker/docker-compose.yaml and run docker-compose up
example/docker/docker-compose.yaml
docker-compose up
it fails because redis is defined twice.
No response
The text was updated successfully, but these errors were encountered:
dcmcand
Successfully merging a pull request may close this issue.
Describe the bug
Split from #599
examples/docker/docker-compose.yaml
has redis defined twice and so won't run.Expected behavior
you can run docker-compose up and the docker-compose.yaml will run.
How to Reproduce the problem?
go to
example/docker/docker-compose.yaml
and rundocker-compose up
Output
it fails because redis is defined twice.
Versions and dependencies used.
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: