Skip to content

Commit ed06eb7

Browse files
committed
Apply suggestions from code review
1 parent bceb866 commit ed06eb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scalardb-cluster-standalone-mode/docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)