mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add init system
This commit is contained in:
parent
e82b109fcd
commit
6e9f6152be
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue