You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# PHP-FPM
|
|
|
|
|
|
|
|
Version: 7.4
|
|
|
|
|
|
|
|
Copy .env.example to .env
|
|
|
|
|
|
|
|
```
|
|
|
|
cp .env.example .env
|
|
|
|
```
|
|
|
|
|
|
|
|
Modify variables:
|
|
|
|
|
|
|
|
* USER_GROUP : Specify user and group PHP
|
|
|
|
|
|
|
|
Build:
|
|
|
|
|
|
|
|
```
|
|
|
|
docker-compose build
|
|
|
|
```
|
|
|
|
|