-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(docs): Docs for installation using docker compose #4827
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/n6epmy7s5 |
Codecov Report
@@ Coverage Diff @@
## development #4827 +/- ##
===============================================
+ Coverage 23.44% 23.50% +0.05%
===============================================
Files 482 482
Lines 5088 5088
Branches 16 16
===============================================
+ Hits 1193 1196 +3
+ Misses 3891 3888 -3
Partials 4 4
Continue to review full report at Codecov.
|
docs/installation/docker.md
Outdated
|
||
* Visit your app at [http://localhost:4200](http://localhost:4200). | ||
* `cp .env.example .env` | ||
* `docker-compose up --build -d` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the version information?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
Fixes #4825
Short description of what this resolves:
Changed the installation steps to use
docker-compose
Changes proposed in this pull request:
docker-compose
commandChecklist
development
branch.