remove outdated comment

This commit is contained in:
Sam
2017-02-16 22:20:57 +01:00
parent c07242eb1c
commit cde6e6ecd1

View File

@@ -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`.