fix: update port mappings for blob, queue, and table hosts in entrypoint script
This commit is contained in:
@@ -30,8 +30,4 @@ COPY ./entrypoint.sh .
|
|||||||
COPY ./Caddyfile.example .
|
COPY ./Caddyfile.example .
|
||||||
RUN chmod +x entrypoint.sh
|
RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 10000
|
|
||||||
EXPOSE 10001
|
|
||||||
EXPOSE 10002
|
|
||||||
|
|
||||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||||
|
|||||||
@@ -150,4 +150,5 @@ exec node /app/azurite/src/azurite.js \
|
|||||||
--disableTelemetry \
|
--disableTelemetry \
|
||||||
--location "$AZURITE_DIR" \
|
--location "$AZURITE_DIR" \
|
||||||
--blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 \
|
--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[@]}"
|
"${CERT_ARGS[@]}" "${OAUTH_ARGS[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user