Skip to content

Commit

Permalink
Fix php.ini path
Browse files Browse the repository at this point in the history
  • Loading branch information
aLLeXUs committed May 31, 2020
1 parent 52eb58f commit 1da5dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
working_dir: /var/www/app
volumes:
- .:/var/www/app
- ./docker/php-fpm/php-ini-overrides.ini:/etc/php/7.3/fpm/conf.d/99-overrides.ini
- ./docker/php-fpm/php-ini-overrides.ini:/usr/local/etc/php/conf.d/99-overrides.ini

mysql:
image: mysql:5.7.22
Expand Down

0 comments on commit 1da5dae

Please sign in to comment.