2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-09-27 16:24:20 +02:00
docker/.examples/dockerfiles/smtp/fpm/Dockerfile

9 lines
260 B
Docker

FROM friendica/server:fpm
# simple = using an smtp without any credentials (mostly in local networks)
# custom = you need to set host, port, auth_options, authinfo (e.g. for GMX support)
ENV SMTP_TYPE simple
COPY *.sh /
RUN chmod +x /*.sh
RUN /smtp-config.sh