From cde6e6ecd116a8aa26ec61a9c6cb875e1c5fca21 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 16 Feb 2017 22:20:57 +0100 Subject: [PATCH] remove outdated comment --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 702c45c..255a0e6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ 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 example directory, run `docker-compose up` and visit http://localhost:8000/ . -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 persistent, you have to mount `/var/www/app/public/logo` and `/var/www/app/storage`.