Fix database_path in Docker env

Also, add `mailer_dsn` and limit xdebug to allow installation of PHP < 8
This commit is contained in:
Jeremy Benoist
2022-12-22 12:30:34 +01:00
parent c684ad2d51
commit b2b1e1c437
2 changed files with 4 additions and 10 deletions

View File

@ -53,7 +53,7 @@ RUN docker-php-ext-install -j "$(nproc)" \
RUN pecl install redis; \
pecl install imagick; \
pecl install xdebug; \
pecl install xdebug-3.1.6; \
docker-php-ext-enable \
redis \
imagick \