mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved msmtp bug and implemented healthchecks for it
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy the msmtp configuration into the container
|
||||
COPY msmtp.conf /etc/msmtp.conf
|
||||
COPY config/msmtprc.conf /etc/msmtprc
|
||||
|
||||
# Copy the PHP configuration for uploads (and mail settings)
|
||||
COPY upload.ini $PHP_INI_DIR/conf.d/
|
Reference in New Issue
Block a user