fix(): Supervisor socket issue with overlay

This commit is contained in:
Johan Smits 2017-09-10 15:26:21 +02:00
parent f412f6fc87
commit ba62096550
5 changed files with 32 additions and 1 deletions

View file

@ -193,7 +193,8 @@ COPY ./target/start-mailserver.sh ./target/fail2ban-wrapper.sh ./target/postfix-
RUN chmod +x /usr/local/bin/*
# Configure supervisor
COPY target/supervisor/* /etc/supervisor/conf.d/
COPY target/supervisor/supervisord.conf /etc/supervisor/supervisord.conf
COPY target/supervisor/conf.d/* /etc/supervisor/conf.d/
EXPOSE 25 587 143 465 993 110 995 4190