invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
387 stars 249 forks source link

Logo does not load neither on the main page nor on invoices - Docker Version #571

Closed dbawebtech closed 3 months ago

dbawebtech commented 3 months ago

I have painfully but proudly installed Invoiceninja on docker for me locally on my pc. Everything is working as expected except the loading of the company logo, this is not reflected neither in the software header or in the pdf templates. The image is loaded in the project correctly in the "storage" folder, but neither Firefox or chrome reflect the image, this last one is throwing me out this failure in console:

Failed to load resource: net::ERR_CONNECTION_REFUSED

turbo124 commented 3 months ago

try adding to your ENV

IS_DOCKER=true

dbawebtech commented 3 months ago

this does not work for me