poste.io/Dockerfile
2022-02-04 20:44:40 -05:00

10 lines
271 B
Docker

ARG UPSTREAM=2.3.6
FROM analogic/poste.io:$UPSTREAM
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
# Default to listening only on IPs bound to the container hostname
ENV LISTEN_ON=host
ENV SEND_ON=
COPY files /
RUN /patches && rm /patches