Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 304 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 304 Bytes

wkhtmltopdf aas docker image

Usage

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

wkhtmltopdf:
    image: yappabe/wkhtmltopdf-aas
    links:
        - php
    environment:
        SERVER_PORT: 80
        SERVER_API_KEY: dummy
        WKHTMLTOPDF_BIN: "/usr/local/bin/wkhtmltopdf"