Skip to content
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-compose instructions don't work with Docker Compose version v2.0.0-rc.1 #529

Open
fgregg opened this issue Aug 25, 2021 · 0 comments

Comments

@fgregg
Copy link
Member

fgregg commented Aug 25, 2021

Running docker-compose as directed in the README.md failed:

> docker-compose up -d --build
[+] Running 0/5
 ⠿ redis Error                                                             1.0s
 ⠿ postgres Error                                                          1.0s
 ⠿ solr Error                                                              1.0s
 ⠿ worker Error                                                            1.0s
 ⠿ migration Error                                                         1.0s
Error response from daemon: pull access denied for bga-payroll, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

This worked

> docker-compose up app -d --build
...
> docker-compose up -d --build

It's because there building the app is what builds the bga-payroll image, which other parts of the docker-compose depends on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant