We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc36a31 commit dce4853Copy full SHA for dce4853
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