Skip to content

yappabe/docker-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yappa Apache Docker Image

Usage

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

apache:
    image: yappabe/apache
    ports:
        - 80:80
    links:
        - php
    volumes_from:
        - app
    environment:
        DOCUMENT_ROOT: /var/www/app/web
        PHP_FPM_SOCKET: php:9000

ENV vars

  • DOCUMENT_ROOT defaults to /var/www/app/web
  • PHP_FPM_SOCKET defaults to php:9000

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages