An open API service indexing awesome lists of open source software.

https://github.com/comento/docker-laravel-alpine

Docker image for Laravel framework with Alpine Linux
https://github.com/comento/docker-laravel-alpine

alpine docker laravel nginx php-fpm php8

Last synced: 28 days ago
JSON representation

Docker image for Laravel framework with Alpine Linux

Awesome Lists containing this project

README

          

# Docker Laravel

Docker image for Laravel framework with Alpine Linux

- Alpine 3.13.5
- Nginx
- PHP 8

## Usage

```
docker build -t laravel-alpine:1.0 . --no-cache
docker run --rm -p 3030:80 --name laravel-alpine laravel-alpine:1.0
```

See on http://localhost:3030