Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/n30fly/php-fpm
- Owner: n30fly
- Created: 2022-02-18T09:57:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T14:43:53.000Z (8 months ago)
- Last Synced: 2024-05-11T15:46:43.576Z (8 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` | |