We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11f0d0e + 1da5dae commit 7fdf335Copy full SHA for 7fdf335
backend/docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
working_dir: /var/www/app
18
volumes:
19
- .:/var/www/app
20
- - ./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
21
22
mysql:
23
image: mysql:5.7.22
0 commit comments