Skip to content

Commit dce4853

Browse files
committed
Use mirrored azurite from altinityinfra to avoid mcr error
1 parent bc36a31 commit dce4853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/compose/docker_compose_azurite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
azurite1:
3-
image: mcr.microsoft.com/azure-storage/azurite
3+
image: altinityinfra/azurite:3.35.0 # NOTE(strtgbb): Use mirror to avoid access denied error from mcr.microsoft.com
44
ports:
55
- "${AZURITE_PORT}:${AZURITE_PORT}"
66
volumes:

0 commit comments

Comments
 (0)