From 5c9495cabde14a3ff992281ed55f346c71804ee5 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 29 Sep 2016 08:34:00 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 211ea45..77cb251 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ DockerFile for invoice ninja (https://www.invoiceninja.com/) This image is based on `php:7` official version. -The easiest way to test Invoice Ninja with docker is by copying the exemple directory and run `docker-compe up`. +The easiest way to test Invoice Ninja with docker is by copying the exemple directory and run `docker-compose 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`.