Skip to content

Commit

Permalink
re-add ability to change php configuration on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jun 13, 2023
1 parent 8c4b0b8 commit 357270b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ services:
- ./private/mysqld:/var/run/mysqld
# Logs
- ./logs/php:/var/log/php
# configuration
- ./config/php/90-php.ini:/etc/php/8.2/fpm/conf.d/90-php.ini
- ./config/php/xdebug.ini:/etc/php/8.2/mods-available/xdebug.ini
# for monitoring purposes
- ./logs/nginx:/var/log/nginx

Expand All @@ -123,6 +126,8 @@ services:
- ./private/msmtprc:/etc/msmtprc
# MySQL socket to prevent transferring data through TCP
- ./private/mysqld:/var/run/mysqld
# configuration
- ./config/php/90-php.ini:/etc/php/8.2/cli/conf.d/90-php.ini
# Cronjobs
- ./config/cron/php-cron.cron:/etc/cron.d/tasks:ro

Expand Down

0 comments on commit 357270b

Please sign in to comment.