Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 224 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 224 Bytes

Yappa Woosh App Docker Image

Usage

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

app:
    image: yappabe/woosh-app
    volumes:
        - .:/var/www/app
        - ../libs:/var/www/libs
    tty: true