FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

greeflas/docker-php: PHP docker images with composer, git and nano. Based on official PHP docker images. · GitHub

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PHP Docker Images


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.4-fpm bash

Docker-compose

services:
  # PHP FPM
  php-fpm:
    image: greeflas/php-fpm:7.4
    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

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL