php support
This commit is contained in:
parent
7c593e7b98
commit
866698d22f
1 changed files with 6 additions and 0 deletions
|
@ -6,3 +6,9 @@ services:
|
|||
volumes:
|
||||
- ./src:/var/www/html
|
||||
- ./default.conf:/etc/nginx/conf.d/default.conf
|
||||
links:
|
||||
- php-fpm
|
||||
php-fpm:
|
||||
image: php:8-fpm
|
||||
volumes:
|
||||
- ./src:/var/www/html
|
||||
|
|
Loading…
Add table
Reference in a new issue