Skip to content

Commit 4fce64d

Browse files
committed
fix azurite error
1 parent 3993ff3 commit 4fce64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/docker-compose-azurite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ services:
2222
hostname: azurite
2323
ports:
2424
- 10000:10000
25-
command: ["azurite-blob", "--loose", "--blobHost", "0.0.0.0"]
25+
command: ["azurite-blob", "--loose", "--skipApiVersionCheck", "--blobHost", "0.0.0.0"]

0 commit comments

Comments
 (0)