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
- Host: GitHub
- URL: https://github.com/comento/docker-laravel-alpine
- Owner: comento
- Created: 2021-06-14T02:50:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T03:21:06.000Z (almost 5 years ago)
- Last Synced: 2025-11-18T17:23:52.680Z (6 months ago)
- Topics: alpine, docker, laravel, nginx, php-fpm, php8
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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