https://github.com/causefx/laravel_dev
https://github.com/causefx/laravel_dev
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/causefx/laravel_dev
- Owner: causefx
- License: mit
- Created: 2023-08-16T21:11:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T18:04:54.000Z (over 2 years ago)
- Last Synced: 2025-03-25T18:52:33.913Z (over 1 year ago)
- Language: Dockerfile
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.alpinelinux.org/).
## 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