File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
scalardb-cluster-standalone-mode Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,11 @@ services:
6161 blobstorage-container-creator :
6262 image : mcr.microsoft.com/azure-cli
6363 container_name : " blobstorage-container-creator"
64+ restart : " no"
6465 depends_on :
6566 - blobstorage
6667 command : >
67- /bin/sh -c "az storage container create --name 'test-container' --connection-string 'DefaultEndpointsProtocol=http;AccountName=test;AccountKey=test;BlobEndpoint=http://blobstorage:10000/test;'"
68+ /bin/sh -c "az storage container create --name 'test-container' --connection-string 'DefaultEndpointsProtocol=http;AccountName=test;AccountKey=test;BlobEndpoint=http://blobstorage-1 :10000/test;'"
6869
6970 scalardb-cluster-node :
7071 image : ghcr.io/scalar-labs/scalardb-cluster-node-byol-premium:3.16.0
You can’t perform that action at this time.
0 commit comments