nginx + phpfpm docker image (simplified for laravel)
4.0K
image: fontenele/php
version: '3.0'
services:
web:
image: fontenele/php:8.0-nginx
container_name: name_of_container
tty: true
stdin_open: true
working_dir: /var/www/html
volumes:
- ./:/var/www/html
Content type
Image
Digest
Size
346.8 MB
Last updated
over 5 years ago
docker pull fontenele/php