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

Latest commit

 

History

History
22 lines (17 loc) · 265 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 265 Bytes

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