Update azurite image to match updated client capabilities

This commit is contained in:
Frederik Ring 2024-11-19 13:09:29 +01:00
parent 0960f7cc6d
commit 3f12435ec4

View file

@ -1,6 +1,6 @@
services:
storage:
image: mcr.microsoft.com/azure-storage/azurite:3.31.0
image: mcr.microsoft.com/azure-storage/azurite:3.33.0
volumes:
- ${DATA_DIR:-./data}:/data
command: azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --location /data