rename php to php-fpm
preparing to add php cli as part of the workspace container
This commit is contained in:
parent
36b49f5ae2
commit
4edf941872
@ -15,12 +15,12 @@ services:
|
||||
links:
|
||||
- php
|
||||
|
||||
### PHP Container ###########################################
|
||||
### PHP-FPM Container #######################################
|
||||
|
||||
php:
|
||||
php-fpm:
|
||||
build:
|
||||
context: ./php
|
||||
dockerfile: Dockerfile-php-70
|
||||
context: ./php-fpm
|
||||
dockerfile: Dockerfile-70
|
||||
volumes:
|
||||
- ../:/var/www/laravel
|
||||
- ./logs/php/:/usr/local/var/log
|
||||
|
Loading…
Reference in New Issue
Block a user