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: Updating docker compose command in the README.md file ! #46

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into docker_compose_update
Divyansh200102 authored Oct 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1b89d457f4a624fadc9409d424a5d6c06ab7ce48
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,10 @@ Go to [this repository](https://github.com/piyushgarg-dev/review-app) to know mo
b. Move to backend foler : `cd review-app-api`
c. Install and Setup Docker
d. Run Docker in background
e. Run this command to run "docker-compose.yml" file in detach mode : `docker up -d`

e. Run this command to run "docker-compose.yml" file in detach mode for the older version docker: 'docker-compose up -d'
Otherwise, run: 'docker up -d'

f. Setup Backend by running command : `yarn`

2. Create a `.env.local` file in the project's root directory
You are viewing a condensed version of this merge commit. You can view the full changes here.