mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-08 15:34:32 +08:00
Update azurite image to match updated client capabilities
This commit is contained in:
parent
0960f7cc6d
commit
3f12435ec4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue