Sign inSign up

yappabe/apache

By yappabe

•Updated over 8 years ago

Image
1

7.4K

yappabe/apache repository overview

⁠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

Tag summary

Content type

Image

Digest

sha256:3e9c5cc55…

Size

68.7 MB

Last updated

over 8 years ago

docker pull yappabe/apache