Skip to content

causefx/laravel_dev

Repository files navigation

Docker Laravel with PHP-FPM 8.2 & Nginx 1.24 on Alpine Linux

Development Enviorment with PHP-FPM 8.2 & Nginx 1.24 container image for Docker, built on Alpine Linux.

Usage

Start the Docker container:

docker run -p 80:8080 causefx/laravel-dev

See the PHP info on http://localhost, or the static html page on http://localhost/test.html

Or mount your own code to be served by PHP-FPM & Nginx

docker run -p 80:8080 -v ~/my-codebase:/var/www/html causefx/laravel-dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published