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: ...@@ -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
......
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