mirror of
https://github.com/friendica/docker
synced 2025-04-15 06:55:21 +02:00
Until https://github.com/docker-library/official-images/pull/4375 is merged.
9 lines
No EOL
263 B
Docker
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 |