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 11d1a79 commit 6285fb9Copy full SHA for 6285fb9
1 file changed
docker-compose-dev.yaml
@@ -7,13 +7,13 @@ services:
7
- "1234:1234"
8
9
azurite:
10
- image: mcr.microsoft.com/azure-storage/azurite@sha256:0a47e12e3693483cef5c71f35468b91d751611f172d2f97414e9c69113b106d9 # 3.34.0
+ image: mcr.microsoft.com/azure-storage/azurite@sha256:647c63a91102a9d8e8000aab803436e1fc85fbb285e7ce830a82ee5d6661cf37 # 3.35.0
11
restart: always
12
ports:
13
- "10000:10000"
14
- "10001:10001"
15
- "10002:10002"
16
- command: azurite --location /data --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0
+ command: azurite --location /data --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 --disableTelemetry
17
volumes:
18
- azurite:/data
19
0 commit comments