Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

yappabe/docker-hhvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yappa HHVM Docker Image

Usage

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

hhvm:
    image: yappabe/hhvm
    expose:
        - 9000:9000
    volumes_from:
        - app
    links:
        - mysql

HHVM version

  • stable
  • dbg
  • nightly