1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-27 14:46:06 +02:00

Merge pull request #13 from docker-mailserver/init

Add init system
This commit is contained in:
Casper 2021-01-17 00:04:47 +01:00 committed by GitHub
commit f1b6873d62
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ RUN \
altermime amavisd-new apt-transport-https arj binutils bzip2 \
dovecot-core dovecot-imapd dovecot-ldap dovecot-lmtpd \
dovecot-managesieved dovecot-pop3d dovecot-sieve dovecot-solr \
ca-certificates cabextract clamav clamav-daemon cpio curl ed \
dumb-init ca-certificates cabextract clamav clamav-daemon cpio curl ed \
# F - O
fail2ban fetchmail file gamin gnupg gzip iproute2 iptables \
locales logwatch lhasa libdate-manip-perl liblz4-tool \
@ -244,4 +244,6 @@ WORKDIR /
EXPOSE 25 587 143 465 993 110 995 4190
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf"]