Skip to content

Commit 6285fb9

Browse files
committed
Update Azurite version
1 parent 11d1a79 commit 6285fb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ services:
77
- "1234:1234"
88

99
azurite:
10-
image: mcr.microsoft.com/azure-storage/azurite@sha256:0a47e12e3693483cef5c71f35468b91d751611f172d2f97414e9c69113b106d9 # 3.34.0
10+
image: mcr.microsoft.com/azure-storage/azurite@sha256:647c63a91102a9d8e8000aab803436e1fc85fbb285e7ce830a82ee5d6661cf37 # 3.35.0
1111
restart: always
1212
ports:
1313
- "10000:10000"
1414
- "10001:10001"
1515
- "10002:10002"
16-
command: azurite --location /data --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0
16+
command: azurite --location /data --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 --disableTelemetry
1717
volumes:
1818
- azurite:/data
1919

0 commit comments

Comments
 (0)