Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Sep 4, 2024
1 parent 23c8735 commit d928653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/BookWorm.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@

if (builder.Environment.IsDevelopment())
{
storage.RunAsEmulator(config => config.WithDataBindMount("../../mnt/azurite"));
storage.RunAsEmulator(config => config
.WithImageTag("3.30.0")
.WithDataBindMount("../../mnt/azurite"));
}

var blobs = storage.AddBlobs(ServiceName.Blob);
Expand Down

0 comments on commit d928653

Please sign in to comment.