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.
![]() |
6 months ago | |
---|---|---|
.env.example | 6 months ago | |
Dockerfile | 6 months ago | |
README.md | 6 months ago | |
docker-compose.yml | 6 months ago | |
php-fpm.conf | 6 months ago | |
www.conf | 6 months ago |
README.md
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