File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,25 @@ services:
2727 - " 9044:9042"
2828 expose :
2929 - 9044
30- command : " --smp 1 --memory 2048M --alternator-port 8000 --alternator-write-isolation only_rmw_uses_lwt"
31-
30+ command : >
31+ --smp 1
32+ --memory 2048M
33+ --alternator-port 8000
34+ --alternator-write-isolation only_rmw_uses_lwt
35+ --tablets-mode-for-new-keyspaces disabled
3236 scylla :
3337 image : scylladb/scylla:latest
3438 volumes :
3539 - " ./tests/docker/scylla:/var/lib/scylla"
3640 ports :
3741 - " 8000:8000"
3842 - " 9042:9042"
39- command : " --smp 1 --memory 2048M --alternator-port 8000 --alternator-write-isolation only_rmw_uses_lwt"
43+ command : >
44+ --smp 1
45+ --memory 2048M
46+ --alternator-port 8000
47+ --alternator-write-isolation only_rmw_uses_lwt
48+ --tablets-mode-for-new-keyspaces disabled
4049
4150 s3 :
4251 image : localstack/localstack:s3-latest
You can’t perform that action at this time.
0 commit comments