-
Notifications
You must be signed in to change notification settings - Fork 800
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
feat: add new guide on using Prisma ORM in docker #6612
Conversation
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
Deploying docs with
|
Latest commit: |
219eca6
|
Status: | ✅ Deploy successful! |
Preview URL: | https://60679b07.docs-51g.pages.dev |
Branch Preview URL: | https://da-2109.docs-51g.pages.dev |
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 20%, saving 61.92 KB.
171 images did not require optimisation. |
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.
very nice guide! I only had a few small suggestions. two things that I saw across the entire guide:
- for some reason I needed to run
docker compose ...
instead ofdocker-compose
. is that expected? - I would add a period after the numbers, e.g.
1.1.
instead of1.1
. you did this for the3.1.
options already but iot would be nice to have it everywhere.
Co-authored-by: Nikolas <[email protected]>
Co-authored-by: Nikolas <[email protected]>
Co-authored-by: Nikolas <[email protected]>
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.
🔥 🔥 🔥
Resolves #4365