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.
1 parent 52eb58f commit 1da5daeCopy full SHA for 1da5dae
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