Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions build/php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ RUN set -eux; \
# Install @msmtp
RUN apt-get update && apt-get install -y --no-install-recommends msmtp ca-certificates \
&& rm -rf /var/lib/apt/lists/*

COPY ../conf/msmtprc/msmtprc /var/www/.msmtprc
RUN chown www-data:www-data /var/www/.msmtprc \
&& chmod 600 /var/www/.msmtprc
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ x-php: &default-php
volumes:
- ${CONF_FOLDER}/php/php.ini:/usr/local/etc/php/conf.d/php.ini
- ${CONF_FOLDER}/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
- ${CONF_FOLDER}/msmtprc/msmtprc:/var/www/.msmtprc:ro
- ${HTML_FOLDER}:/var/www/html/
- ${DATA_FOLDER}/php/coverage:${PHP_COVERAGE_OUTPUT_FOLDER}
restart: always
Expand Down