invoiceninja / dockerfiles

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

Specified compatible nginx version #563

Open DinkDonk opened 5 months ago

DinkDonk commented 5 months ago

The nginx configuration used by Invoice Ninja is not compatible with the latest nginx Docker image. Changing docker-compose.yml to lock nginx to v1.25 which is known to work.

turbo124 commented 5 months ago

@DinkDonk

What error are you seeing? I note the latest nginx on docker is 1.25.3 so I would assume locking to 1.25 should be essentially the same?