rename php to php-fpm

preparing to add php cli as part of the workspace container
This commit is contained in:
Mahmoud Zalt 2016-05-18 02:43:23 +03:00
parent 36b49f5ae2
commit 4edf941872
6 changed files with 4 additions and 4 deletions

View File

@ -15,12 +15,12 @@ services:
links: links:
- php - php
### PHP Container ########################################### ### PHP-FPM Container #######################################
php: php-fpm:
build: build:
context: ./php context: ./php-fpm
dockerfile: Dockerfile-php-70 dockerfile: Dockerfile-70
volumes: volumes:
- ../:/var/www/laravel - ../:/var/www/laravel
- ./logs/php/:/usr/local/var/log - ./logs/php/:/usr/local/var/log