mirror of
https://github.com/friendica/docker
synced 2025-01-25 04:20:16 +01:00
11 lines
No EOL
288 B
Docker
11 lines
No EOL
288 B
Docker
FROM friendica: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
|
|
|
|
ENV SMTP_HOST smtp.example.org
|
|
|
|
COPY *.sh /
|
|
RUN chmod +x /*.sh
|
|
RUN /smtp-config.sh |