Skip to content

Commit eac7521

Browse files
author
Julien Vallée
committed
Have the daemon listening on 0.0.0.0
As we default to 127.0.0.1 in the code
1 parent 03a58c8 commit eac7521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ COPY --from=builder /go/bin/alertmanager-discord /go/bin/alertmanager-discord
2424

2525
EXPOSE 9094
2626
USER appuser
27-
ENTRYPOINT ["/go/bin/alertmanager-discord"]
27+
ENTRYPOINT ["/go/bin/alertmanager-discord", "-listen.address", "0.0.0.0:9094"]
2828

0 commit comments

Comments
 (0)