Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

yappabe/docker-h2o

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Yappa H2O webserver docker image

Usage

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

h2o:
    image: yappabe/h2o
    links:
        - php
     #   - mailcatcher
    volumes_from:
        - app
    environment:
        DOCUMENT_ROOT: /var/www/app/web
        INDEX_FILE: app_dev.php
        PHP_FPM_SOCKET_PORT: 9000
        PHP_FPM_SOCKET_HOST: php

Releases

No releases published

Packages

No packages published

Languages