mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 17:09:39 +01:00
Merge branch '8.0' into 8.1
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Laravel PHP-FPM Docker image
|
# Laravel PHP-FPM Docker image
|
||||||
|
|
||||||
Docker image for a php-fpm container crafted to run Laravel or any php based applications.
|
> 🐳 Docker image for a PHP-FPM container crafted to run Laravel or any php based applications.
|
||||||
|
|
||||||
|
- [Docker Hub](https://hub.docker.com/r/jkaninda/laravel-php-fpm)
|
||||||
|
|
||||||
## Specifications:
|
## Specifications:
|
||||||
|
|
||||||
@@ -53,7 +55,7 @@ php atisan migrate
|
|||||||
|
|
||||||
```
|
```
|
||||||
## Example Laravel-php-fpm with nginx:
|
## Example Laravel-php-fpm with nginx:
|
||||||
### file= docker-compose.yml
|
### docker-compose.yml
|
||||||
```yml
|
```yml
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
@@ -83,7 +85,7 @@ services:
|
|||||||
|
|
||||||
```
|
```
|
||||||
## Simple Nginx config file content
|
## Simple Nginx config file content
|
||||||
### file= nginx/conf.d/default.conf
|
### nginx/conf.d/default.conf
|
||||||
|
|
||||||
```conf
|
```conf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user