Skip to content

Commit 4edf941

Browse files
committed
rename php to php-fpm
preparing to add php cli as part of the workspace container
1 parent 36b49f5 commit 4edf941

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ services:
1515
links:
1616
- php
1717

18-
### PHP Container ###########################################
18+
### PHP-FPM Container #######################################
1919

20-
php:
20+
php-fpm:
2121
build:
22-
context: ./php
23-
dockerfile: Dockerfile-php-70
22+
context: ./php-fpm
23+
dockerfile: Dockerfile-70
2424
volumes:
2525
- ../:/var/www/laravel
2626
- ./logs/php/:/usr/local/var/log
File renamed without changes.

0 commit comments

Comments
 (0)