Skip to content

yappabe/docker-apache-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yappa Apache PHP Docker Image

Usage

Add the following to your docker-compose.yml file:

apache:
    image: yappabe/apache-php
    links:
        - mysql
    volumes_from:
        - app
    environment:
        DOCUMENT_ROOT: /var/www/app/web
        ENVIRONMENT: dev

ENV vars

  • DOCUMENT_ROOT defaults to /var/www/app/web
  • ENVIRONMENT defaults to dev

How to use PHP 5.4

apache:
    image: yappabe/apache-php:5.4

About

A Docker php image with the old school LAMP, minus the M

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages