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

Latest commit

 

History

History
25 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 518 Bytes

DockerFile for invoice ninja (https://www.invoiceninja.com/)

This image is based on php:7 official version.

The easiest way to try this image is via docker compose :

Prerequisites

place your cert files in:

/usr/share/html/time/cert/*

set Environment variable for MYSQL_ROOT_PASSWORD inside a file called .env

$ cat .env MYSQL_ROOT_PASSWORD=mysecretpassword MYSQL_DATABASE=mydatabasename APP_KEY=SomeRandomThirtyTwoCharacterString AuthPass=passwordforSMTPforGoogleEmail

docker-compose up -d