Skip to content

GeeksHubs/Geekshubs-php-fpm80-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker File from php8.0
(Laravel, Symfony, Wordpress, etc..)

Packagist PHP Version Support

Docker file for use in PHP Laravels support for php 8.0.

  • Symfony
  • Laravel
  • PhpCake.
  • Wordpress.
  • Drupal.
  • etc.

🚀 Installation

Docker Hub.

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 

▶️ How to use.

In your web server to use this container add the proxy pass for example:.

Apache.

ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://geekshubs_php74:9000/var/www/html/public/$1

🔎 Change log

Please see CHANGELOG for more information what has changed recently.

🦸‍♀️ Contribute.

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.

About

DockerFile To create Container FPM80 with nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published