This is a small docker container to serve laravel
docker create \
--name=laravel \
-v <path to data>:/var/www \
-p 80:80
probablyrational/docker-laravel
Please see .env.example
- :/var/www
- 80
Probably Rational Ltd. – @probablypi – contact@probablyrational.com
Distributed under the MIT license. See LICENSE for more information.
https://github.com/probablyrational/docker-laravel
- Fork it (https://github.com/probablyrational/docker-laravel/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request