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