Fixed socat/ports.

This commit is contained in:
michael 2020-05-21 15:45:01 -05:00
parent f5f2d79d3b
commit 8e64d18c2b
3 changed files with 10 additions and 10 deletions

View file

@ -13,8 +13,8 @@ RUN make build-nogui
FROM alpine:edge
ENV LANG C.UTF-8
ENV SMTP_PORT 1025
ENV IMAP_PORT 1143
ENV SMTP_PORT 25
ENV IMAP_PORT 143
COPY --from=build /usr/src/proton-bridge/Desktop-Bridge /bin/protonmail-bridge
RUN apk add --no-cache \
libsecret \