docker-invoiceplane icon indicating copy to clipboard operation
docker-invoiceplane copied to clipboard

Dockerfile to create a Docker container image for InvoicePlane

Results 9 docker-invoiceplane issues
Sort by recently updated
recently updated
newest added

Hello, Everything went smooth during the installation until here. It stops on `Starting InvoicePlane php7.2-fpm...` No any errors before that

I'm using this container in combination with ansible. As such, I use ansible to manage the `ipconfig.php` file, with all its configurations. Unfortunately, this container overwrites the values in the...

Hi, I get always this error: > nginx: [emerg] host not found in upstream "invoiceplane" in /etc/nginx/sites-enabled/InvoicePlane.conf:30 This is my docker-compose.yml file: ```yaml version: '2' services: mysql: restart: always image:...

after docker-compose up Creating network "invoice_default" with the default driver Pulling mysql (sameersbn/mysql:5.2.26)... ERROR: manifest for sameersbn/mysql:5.2.26 not found

Hi, I have installed this docker (thank you for your efforts so far) and it works fine. However I wonder if some improvements can be done to it? I have...

Hi, this PR fixes issues I encountered with the PDF exports due to the missing php-xml package. Further it adds the capability to add and modify PDF/Web templates in a...

The error pages assigned in the nginx config don't exist in the container, so whenever there is a 404 or 50x error, it automatically gives the standard nginx 404 error...

First: Thanks for your effort in providing/maintaining so many containers! Yesterday, I tried to deploy your invoiceplane container on my kubernetes environment. Everything works perfectly, but when the setup process...

Is it possible to customize templates using this docker image? I'm new to Invoiceplane, but it seems like the templates are not in the persisted volume, so it might not...