invoiceninja / dockerfiles

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

Changes made to env are not updating docker-compose containers #576

Open JackPala opened 6 months ago

JackPala commented 6 months ago

I created a latest instance of invoiceninja using the docker-compose method

The initial entries I put in the env file seemed to have been ingested into the container

but when I make to env, and then docker compose down and then docker compose up -d - it appears that the changes I make to the env file do not update the new container.

turbo124 commented 6 months ago

@JackPala

Just to confirm, are you changing the .env in the container itself, or in the docker-compose folder? there is a file "env" there which you can make you env changes.