My PHP Boilerplate for Project Based On php-fpm/cli alpine image, many extension have installed
3.3K
Suitcase for your container PHP Application, many extension has been installed also have supervisord installed.
location path for your php Application in
/var/www/html
want to put your config nginx ? put in path
/etc/nginx/http.d/{your_config}.conf
## in php 8.3, 8.4
/etc/nginx/sites-available/{your_config}
/etc/nginx/sites-enabled/{your_config} ## (symlink from /etc/nginx/sites-available)
supervisor worker conf in (except franken version)
/etc/supervisor.d/{your_supervisor_config}.conf
caddyfile config location (franken version)
/etc/caddy
CMD ["frankenphp", "php-server"]
php {{YOUR_PHP_COMMAND}}
php /usr/local/bin/composer {{install/update}}
If you have any feedback, please reach out to us at [email protected]
Content type
Image
Digest
sha256:91e7b3f45…
Size
236.8 MB
Last updated
3 months ago
docker pull zarkasi/php-boilerplate:8.5