docker compose v2

This commit is contained in:
Sam
2016-09-29 08:29:34 +02:00
parent 22ea880d1a
commit 9b649269c7
5 changed files with 48 additions and 41 deletions

View File

@@ -2,6 +2,7 @@ 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 by cloning this repos and run `docker-compose run`.
The easiest way to test Invoice Ninja with docker is by copying the exemple directory and run `docker-compe up`.
The first launch could be slow because we create all tables and seed the database, but once youe see `NOTICE: ready to handle connections` all is ready.
To make your data persistant, you have to mount `/var/www/app/public/logo` and `/var/www/app/storage`.