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

docs: Add step to create docker container in README #2

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

MajaZubko
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

Docs update to include creating docker container before trying to run docker compose up -d to avoid getting error external volume "{PROJECT_NAME}-web-backend-db-data" not found

What is the current behavior?

User gets error while trying to run docker compose, because they don't know they need to create the container first

What is the new behavior?

User knows what command to run to create correct docker container before trying to run it.

Does this PR introduce a breaking change?

Other information:

@mkleszcz mkleszcz merged commit be81c5b into master Mar 5, 2024
12 checks passed
@mkleszcz mkleszcz deleted the docs/add-create-docker-container-step branch March 5, 2024 11:57
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

Successfully merging this pull request may close these issues.

2 participants