Skip to content

Commit 5e311ea

Browse files
committed
Chore(env) - Mount PHP-FPM configuration on local development environment
1 parent 158a1f1 commit 5e311ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
- mariadb
1616
volumes:
1717
- ./:/app:cached
18+
- ./docker/php/www-dev.conf:/usr/local/etc/php-fpm.d/www.conf
1819
tmpfs:
1920
- /app/var/:uid=$HOST_UID,gid=$HOST_GID
2021
environment:

0 commit comments

Comments
 (0)