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.
web:
image: luis/laravel-nginx
volumes:
- "./:/var/www"
- "/var/log/myapp:/var/log/supervisor"
ports:
- "80:80"
links:
- "mysql:mysql"
Content type
Image
Digest
sha256:c94e8d513…
Size
270.6 MB
Last updated
almost 11 years ago
docker pull luis/laravel-nginx