Skip to content

Commit

Permalink
Fix default HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Apr 11, 2023
1 parent 361a957 commit 6a10c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.16
ARG TARGETARCH
ARG HOST="0.0.0.0"
ENV HOST="0.0.0.0"
WORKDIR /app
COPY --chmod=755 "./bin/$TARGETARCH" /app/mailcrab
CMD ["/app/mailcrab"]
Expand Down

0 comments on commit 6a10c0f

Please sign in to comment.