Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlhck/laravel-docker-php-fpm
Docker Images for Laravel Development
https://github.com/dlhck/laravel-docker-php-fpm
Last synced: about 2 months ago
JSON representation
Docker Images for Laravel Development
- Host: GitHub
- URL: https://github.com/dlhck/laravel-docker-php-fpm
- Owner: dlhck
- Created: 2018-03-19T09:31:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T09:50:23.000Z (almost 7 years ago)
- Last Synced: 2024-08-13T13:27:20.474Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel PHP-FPM Docker Images
These docker images are based on the docker images for Pimcore
developed by [@dpfaffenbauer](https://github.com/dpfaffenbauer)
All credits go to him for developing such awesome images.
Some of the tools that are only needed by Pimcore has been removed to keep the images small.## Supported tags and respective Dockerfile links
- PHP7.1 [PHP7.1/Dockerfile](PHP7.1/Dockerfile)
- PHP7.0 [PHP7/Dockerfile](PHP7/Dockerfile)
- PHP7.0-Apache [PHP7-apache/Dockerfile](PHP7-apache/Dockerfile)
- PHP7.1-Apache [PHP7.1-apache/Dockerfile](PHP7.1-apache/Dockerfile)
- PHP7.2-Apache [PHP7.2-apache/Dockerfile](PHP7.2-apache/Dockerfile)> These images are supposed to be used for DEV only. Because they include and activate Xdebug by default!
## Apache Images
Images suffixed with apache have the apache and php-fpm in one container. This is due to easier fix of permission issues.