Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
fpm
 
 
 
 
 
 
 
 

README.md

PHP Docker Images


Docker Pulls Docker Build Status Docker Automated build

PHP docker images with composer, git and nano. Based on official PHP docker images.

Supported tags and respective Dockerfile links

Usage

Access container

$ docker run -it --rm -v "$PWD":/var/www/app greeflas/php:7.3-fpm bash

Docker-compose

services:
  # PHP FPM
  php-fpm:
    image: greeflas/php-fpm:7.3
    container_name: php-fpm
    volumes:
      - ./:/var/www/app
    working_dir: /var/www/app

$ docker-compose exec php-fpm bash

About

PHP docker images with composer, git and nano. Based on official PHP docker images.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.