fixed ’README.md(cumpose=>compose)

This commit is contained in:
Cynomys
2016-09-20 10:18:19 -04:00
parent 746df6f8a5
commit 5fea425fa9

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