Skip to content

ProbablyRational/docker-laravel

Repository files navigation

Docker Laravel server

This is a small docker container to serve laravel

Twitter Github Stars Docker Pulls MIT license

Useage

docker create \ 
  --name=laravel \
  -v <path to data>:/var/www \
  -p 80:80 
  probablyrational/docker-laravel

Parameters

Enviromental varibles

Please see .env.example

Files and folders

  • :/var/www

Ports

  • 80

Meta

Probably Rational Ltd. – @probablypicontact@probablyrational.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/probablyrational/docker-laravel

Contributing

  1. Fork it (https://github.com/probablyrational/docker-laravel/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published