We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5694c32 commit c0d05d3Copy full SHA for c0d05d3
scalardb-cluster-standalone-mode/docker-compose.yaml
@@ -43,7 +43,7 @@ services:
43
44
scalardb-cluster-node:
45
image: ghcr.io/scalar-labs/scalardb-cluster-node-byol-premium:3.13.0
46
- container_name: "scalardb-cluser-node"
+ container_name: "scalardb-cluster-node"
47
ports:
48
- "60053:60053"
49
- "8080:8080"
spring-data-multi-storage-transaction-sample/docker-compose.yml
@@ -24,7 +24,7 @@ services:
24
retries: 6
25
start_period: 30s
26
27
28
image: "ghcr.io/scalar-labs/scalardb-cluster-node-byol-premium:3.13.0"
29
30
- 60053:60053
0 commit comments