We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec8465 commit a69b98bCopy full SHA for a69b98b
tests/integration/compose/docker_compose_azurite.yml
@@ -1,6 +1,6 @@
1
services:
2
azurite1:
3
- image: mcr.microsoft.com/azure-storage/azurite
+ image: altinityinfra/azurite:3.35.0 # NOTE(strtgbb): Use mirror to avoid access denied error from mcr.microsoft.com
4
ports:
5
- "${AZURITE_PORT}:${AZURITE_PORT}"
6
volumes:
0 commit comments