2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-03 13:53:37 +01:00
docker/.examples/dockerfiles/smtp/apache/Dockerfile

9 lines
No EOL
263 B
Docker

FROM friendica/server:apache
# 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