Postfix wieder aktiviert
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan H. 2024-09-29 16:12:11 +02:00
parent ed1effbdf3
commit 54fff1b051

View file

@ -9,8 +9,8 @@ RUN apt-get install -y lilypond
RUN apt-get install -y ffmpeg
RUN apt-get install -y fluidsynth
# enable postfix to be able to send mails
#RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
#RUN mkfifo /var/spool/postfix/public/pickup
RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
RUN mkfifo /var/spool/postfix/public/pickup
#RUN service postfix restart
#restart apache