2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-21 20:24:39 +02:00
docker/.examples/docker-compose/insecure/mariadb-cron-smtp/fpm/app/Dockerfile

12 lines
333 B
Docker
Raw Normal View History

# Based on .exmples/dockerfiles/smtp/fpm
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
ENV SMTP_HOST smtp.example.org
COPY *.sh /
RUN chmod +x /*.sh
RUN /smtp-config.sh