Merge pull request #17 from Cynomys/master

fixed ’README.md(cumpose=>compose)
This commit is contained in:
Hillel Coren
2016-09-20 21:37:05 +03:00
committed by GitHub

View File

@@ -2,6 +2,6 @@ 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-cumpose run`.
The easiest way to try this image is by cloning this repos and run `docker-compose run`.
To make your data persistant, you have to mount `/var/www/app/public/logo` and `/var/www/app/storage`.