mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-24 15:40:16 +00:00
ci: Pin scylladb docker to fix integration tests (#3126)
This commit is contained in:
@@ -13,7 +13,7 @@ If you see the error log message `Could not connect to Cassandra: No hosts avail
|
||||
If you would like to run a local ScyllaDB, you can call:
|
||||
|
||||
```sh
|
||||
docker run --rm -p 9042:9042 --name clio-scylla -d scylladb/scylla
|
||||
docker run --rm -p 9042:9042 --name clio-scylla -d scylladb/scylla:2026.1
|
||||
```
|
||||
|
||||
## Check the server status of Clio
|
||||
|
||||
Reference in New Issue
Block a user