Sign inSign up

luis/laravel-nginx

By luis

•Updated almost 11 years ago

Image
0

461

luis/laravel-nginx repository overview

Docker image to run laravel with PHP and nginx

Based on image luis/nginx-php, this image only adds a new nginx virtual host file and downloads laravel using composer.

⁠Example using fig

web:
  image: luis/laravel-nginx
  volumes:
    - "./:/var/www"
    - "/var/log/myapp:/var/log/supervisor"
  ports:
    - "80:80"
  links:
    - "mysql:mysql"

Tag summary

Content type

Image

Digest

sha256:c94e8d513…

Size

270.6 MB

Last updated

almost 11 years ago

docker pull luis/laravel-nginx