Skip to content

Commit

Permalink
comment back out the skipAPIVersionCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Sep 16, 2024
1 parent c358168 commit aa8da42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
sftp-Azurite:
image: mcr.microsoft.com/azure-storage/azurite
# uncomment the line below to skip x-ms-version checks
command: azurite --skipApiVersionCheck --blobHost 0.0.0.0 --queueHost 0.0.0.0
# command: azurite --skipApiVersionCheck --blobHost 0.0.0.0 --queueHost 0.0.0.0
volumes:
# map to Azurite data objects to the build directory
- ./localdata/data/azurite:/data
Expand Down

0 comments on commit aa8da42

Please sign in to comment.