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
Describe the bug when following along with the quickstart guide
https://www.opencue.io/docs/quick-starts/quick-start-linux/
Running the docker-compose, creates a host mounted volume for the database.
- ./sandbox/db-data:/var/lib/postgresql/data
on subsequence running of the docker-compose, it gives a cryptic error Permissions Denied.
Permissions Denied
The text was updated successfully, but these errors were encountered:
Add dockerignore so that the sandbox env can be run mutliple times.
4071b1d
Exclude a few other directories as well that are not needed during docker builds. Closes AcademySoftwareFoundation#878
f577916
larsbijl
Successfully merging a pull request may close this issue.
Describe the bug
when following along with the quickstart guide
https://www.opencue.io/docs/quick-starts/quick-start-linux/
Running the docker-compose, creates a host mounted volume for the database.
- ./sandbox/db-data:/var/lib/postgresql/data
on subsequence running of the docker-compose, it gives a cryptic error
Permissions Denied
.The text was updated successfully, but these errors were encountered: