Local instance .env configuration file

I’m trying to work with a local instance.
If i change the .env file, which step do I have to take for the app, mqtt etc. to take in account theses changes?

@nicolas If you have made changes to .env, you will need to restart your server.

To stop your server, run:

sudo docker-compose down

Then start the server again with:

sudo docker-compose up

Does that answer your question? Please let me know.

Yes Tks a lot!

1 Like