fix: update port mappings for blob, queue, and table hosts in entrypoint script

This commit is contained in:
2026-02-27 14:39:27 +01:00
parent 60f3fcfa60
commit 790f779572
2 changed files with 1 additions and 4 deletions

View File

@@ -150,4 +150,5 @@ exec node /app/azurite/src/azurite.js \
--disableTelemetry \
--location "$AZURITE_DIR" \
--blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 \
--blobPort 10010 --queuePort 10011 --tablePort 10012 \
"${CERT_ARGS[@]}" "${OAUTH_ARGS[@]}"