Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit b8c54b5

Browse files
committed
Merge branch 'main' into issue/808-optimistic
2 parents c8c1758 + 0580305 commit b8c54b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ENV DAPR_APP_ID=$SERVICE
9595
ENV DAPR_HTTP_READ_BUFFER_SIZE=8
9696
ENV DAPR_LOG_LEVEL=info
9797
ENV APP_PROTOCOL=$APP_PROTOCOL
98-
ENV ADDR=127.0.0.1:80
98+
ENV ADDR=":80"
9999
ENV MODE=development
100100
ENV LOG_LEVEL=debug
101101

0 commit comments

Comments
 (0)