Commit 4edf9418 authored by Mahmoud Zalt's avatar Mahmoud Zalt

rename php to php-fpm

preparing to add php cli as part of the workspace container
parent 36b49f5a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment