Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n30fly/php-fpm

Yet another php-fpm docker image
https://github.com/n30fly/php-fpm

Last synced: about 2 months ago
JSON representation

Yet another php-fpm docker image

Awesome Lists containing this project

README

        

## Environment variables

| Environment | Default Value | Description |
| --------------------- | ----------------------- | ------------------------------------------------------------ |
| `SKIP_CHOWN` | (empty) | Put any value for skip changing files owner on container start |
| `PUID` | `PGID` | `1000` | `1000` | Environment variables PUID & PGID allows map the container internal user to user at host machine |
| `PHP_USE_SOCKET` | (empty) | Put any value for using socket instead of tcp connection. Socket available by path `/run/php/php-fpm.sock` |
| `PHP_MEMORY_LIMIT` | `128M` | |
| `PHP_HIDE_ERRORS` | (empty) | |
| `OPCACHE_ENABLED` | (empty) | |
| `XDEBUG_REMOTE_HOST` | `host.docker.internal` | |
| `XDEBUG_ENABLED` | (empty) | |
| `SMTP_DEFAULT_FROM` | `[email protected]` | |
| `SMTP_HOST` | `mailcatcher` | |
| `SMTP_PORT` | `1025` | |
| `SMTP_EHLO_DOMAIN` | (empty) | |
| `SMTP_USERNAME` | (empty) | |
| `SMTP_PASSWORD` | (empty) | |
| `SMTP_TLS_CERT_CHECK` | `on` | |