Fixed socat/ports.
This commit is contained in:
parent
f5f2d79d3b
commit
8e64d18c2b
3 changed files with 10 additions and 10 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue