Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion apps/dbhub/0.7.0/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
init: true
command:
- "--transport"
- "sse"
- "http"
- "--port"
- "8080"
- "--dsn"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The difference is that --transport now uses 'http' instead of 'sse'. This change will likely alter how the service communicates with external systems, which may be desirable but could also affect performance or reliability depending on the requirements.

Expand Down