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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running docker-compose as directed in the README.md failed:
This worked
It's because there building the app is what builds the bga-payroll image, which other parts of the docker-compose depends on.
The text was updated successfully, but these errors were encountered: