Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 727 Bytes

Docker-Compose Configuration for invoice ninja (https://www.invoiceninja.com/)

This image is based on php:7.0-fpm official version.

Your data is persistently stored in ./data/invoiceninja-storage and ./data/invoiceninja-logo.

Usage

To run it:

cp ./.env.example ./.env
nano ./.env
# Edit variables to match your environment
docker-compose up -d
# Wait >30 seconds while the database initializes and the cron scheduler starts, then open https://localhost:8000 in a browser

A list of environment variables can be found here

Know issue

Phantomjs doesn't work on linux alpine ariya/phantomjs#14186