From 9060027999eea89ca5afc393a0c35e8e295a4db3 Mon Sep 17 00:00:00 2001 From: Justin Hammond <39606064+Justintime50@users.noreply.github.com> Date: Tue, 31 Dec 2019 10:43:41 -0700 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e87ee78..1cc38b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ DockerFile for invoice ninja (https://www.invoiceninja.com/) -This image is based on `php:7.0-fpm` official version. +This image is based on `php:7.2-fpm` official version. To make your data persistent, you have to mount `/var/www/app/public/logo` and `/var/www/app/storage`. @@ -25,16 +25,17 @@ docker run -d \ -p '9000:9000' \ invoiceninja/invoiceninja ``` -A list of environment variables can be found [here](https://github.com/invoiceninja/invoiceninja/blob/master/.env.example) +A list of environment variables can be found [here](https://github.com/invoiceninja/invoiceninja/blob/master/.env.example). ### With docker-compose -A pretty ready to use docker-compose configuration can be found into [`./docker-compose`](https://github.com/invoiceninja/dockerfiles/tree/master/docker-compose). -Rename `.env.example` into `.env` and change the environment's variable as needed. -The file assume that all your persistent data is mounted from `/srv/invoiceninja/`. -Once started the application should be accessible at http://localhost:8000/ +A ready to use docker-compose configuration can be found at [`./docker-compose`](https://github.com/invoiceninja/dockerfiles/tree/master/docker-compose). -### Know issue +Run `cp .env.example .env` and change the environment variables as needed. +The file assumes that all your persistent data is mounted from `/srv/invoiceninja/`. +Once started, the application should be accessible at http://localhost:8000. -Phantomjs doesn't work on linux alpine https://github.com/ariya/phantomjs/issues/14186 +### Known issues + +Phantomjs doesn't work on linux alpine https://github.com/ariya/phantomjs/issues/14186.