Docker file for use in PHP Laravels support for php 8.0.
- Symfony
- Laravel
- PhpCake.
- Wordpress.
- Drupal.
- etc.
From Docker Hub.
In your terminal execute this sentences
docker pull geekshubs/geekshubs-php-fpm74
docker run -p 9000:9000 geekshubs/geekshubs-php-fpm74
From Docker File.
In your terminal in same folder you down dockerfile execute this sentences.
docker build -t geekshubs/geekshubs-php-fpm74 .
docker run -p 9000:9000 --name geekshubs_php74 geekshubs/geekshubs-php-fpm74
In your web server to use this container add the proxy pass for example:.
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://geekshubs_php74:9000/var/www/html/public/$1
Please see CHANGELOG for more information what has changed recently.
Feel free to make as many pull requests as you think fit, because there are so many things to do, all help is welcome.
Here is a guide if you want to take a look(https://github.com/GeeksHubsAcademy/2020-geekshubs-convenio/blob/master/contributing.md)
If you find a bug, let us know here .
If you request a new feature.