* rename php-fpm dockerfile to simple naming
* update docker-compose example with modified dockerfile name in php-fpm versions services
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# syntax = edrevo/dockerfile-plus
|
||||
FROM php:7.3-fpm
|
||||
|
||||
INCLUDE+ ./php-fpm.base.Dockerfile
|
||||
INCLUDE+ ./php.base.Dockerfile
|
@ -1,4 +1,4 @@
|
||||
# syntax = edrevo/dockerfile-plus
|
||||
FROM php:7.4-fpm
|
||||
|
||||
INCLUDE+ ./php-fpm.base.Dockerfile
|
||||
INCLUDE+ ./php.base.Dockerfile
|
Reference in New Issue
Block a user