-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Documentation + docker-compose.yml update #9653
Conversation
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.
PR Summary
This PR updates documentation to improve clarity around Docker Compose usage and version upgrades, addressing several reported issues and user feedback.
- Added explicit instructions in upgrade guide about sequential version upgrades (e.g. 0.31.0 -> 0.32.0 -> 0.33.0)
- Updated all instances of
docker-compose
todocker compose
to align with current Docker CLI syntax - Added migration guidance between postgres container types (bitnami to spilo) in
/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
- Enhanced troubleshooting documentation with solutions from Discord help channel feedback
- Improved SSL and external access configuration details in Docker Compose guide
5 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile
@@ -16,7 +16,7 @@ For example, if you have a page that listens for the Enter key, and a modal that | |||
|
|||
To handle this problem, we have a custom hook that makes it possible to listen to hotkeys without any conflict. | |||
|
|||
You place it in a component and it will listen to the hotkeys only when the component is mounted AND when the specified **hotkey scope** is active. | |||
You place it in a component, and it will listen to the hotkeys only when the component is mounted AND when the specified **hotkey scope** is active. | |||
|
|||
## How to listen for hotkeys in practice ? |
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.
style: question mark after 'practice' is informal - consider removing
docker compose down | ||
docker compose up -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.
style: unnecessary indentation in code block - remove leading spaces
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.
Thank you @BOHEUS!
Log
|
Related to #9469 #9455 #9419 #8943