Sign inSign up

fontenele/php

By fontenele

Updated over 3 years ago

nginx + phpfpm docker image (simplified for laravel)

Image
0

4.0K

fontenele/php repository overview

nginx + phpfpm docker image

image: fontenele/php

Branchs
  • 7.2-nginx
  • 7.3-nginx
  • 7.4-nginx
  • 8.0-nginx
Service config for docker-compose
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
Simplified for laravel
FonteSolutions - www.fontesolutions.com.br

Tag summary

Content type

Image

Digest

Size

346.8 MB

Last updated

over 5 years ago

docker pull fontenele/php