Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienvincent/docker-laravel
Dockerfile with nginx base for laravel
https://github.com/julienvincent/docker-laravel
Last synced: 15 days ago
JSON representation
Dockerfile with nginx base for laravel
- Host: GitHub
- URL: https://github.com/julienvincent/docker-laravel
- Owner: julienvincent
- License: mit
- Created: 2015-04-20T21:38:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T18:53:01.000Z (about 9 years ago)
- Last Synced: 2024-12-06T22:26:31.630Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nginx Dockerfile
This repository contains an automated **Dockerfile** of [julienvincent/nginx-hhvm](https://registry.hub.docker.com/u/julienvincent/nginx-hhvm/) or [julienvincent/nginx-php](https://registry.hub.docker.com/u/julienvincent/nginx-php/) and is setup to work with laravel 5
## Supported tags
+ `latest` alias for :hhvm
+ `php`
+ `hhvm` at version 3.8.1### Base Docker Image
* [julienvincent/nginx-hhvm](https://registry.hub.docker.com/u/julienvincent/nginx-hhvm/)
or
* [julienvincent/nginx-php](https://registry.hub.docker.com/u/julienvincent/nginx-php/)
### Usage
docker run --name laravel -v /some/content:/data/www -d julienvincent/laravel
### Github+ [https://github.com/julienvincent/docker-laravel](https://github.com/julienvincent/docker-laravel)