mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Update README.md
This commit is contained in:
committed by
Samuel Laulhau
parent
26c91935fc
commit
9060027999
17
README.md
17
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.
|
||||
|
||||
Reference in New Issue
Block a user