mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-10 16:34:40 +08:00
Update Azure tooling
This commit is contained in:
parent
a2a948b507
commit
7ee05b0563
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
storage:
|
||||
image: mcr.microsoft.com/azure-storage/azurite:3.33.0
|
||||
image: mcr.microsoft.com/azure-storage/azurite:3.34.0
|
||||
volumes:
|
||||
- ${DATA_DIR:-./data}:/data
|
||||
command: azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --location /data
|
||||
|
@ -10,7 +10,7 @@ services:
|
|||
retries: 30
|
||||
|
||||
az_cli:
|
||||
image: mcr.microsoft.com/azure-cli:2.51.0
|
||||
image: mcr.microsoft.com/azure-cli:2.71.0
|
||||
volumes:
|
||||
- ${LOCAL_DIR:-./local}:/dump
|
||||
command:
|
||||
|
|
Loading…
Add table
Reference in a new issue