Skip to content
Closed
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 compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
test:
- CMD-SHELL
- sdb-admin query --host 127.0.0.1 --user root --password ibis_testing --port 3306 --sql 'select 1'
image: ghcr.io/singlestore-labs/singlestoredb-dev:0.2.74
image: ghcr.io/singlestore-labs/singlestoredb-dev:0.2.78
ports:
- 3307:3306 # Use 3307 to avoid conflict with MySQL
- 9089:9000 # Data API (use 9089 to avoid conflicts)
Expand Down
Loading