We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb106f4 commit f71046eCopy full SHA for f71046e
fixtures/azblob/docker-compose-azurite.yml
@@ -20,3 +20,4 @@ services:
20
image: mcr.microsoft.com/azure-storage/azurite
21
ports:
22
- 10000:10000
23
+ command: ["azurite", "--blobHost", "0.0.0.0", "--skipApiVersionCheck"]
0 commit comments