Open
Description
Well, if you host locally or on a local VM I usually don´t setup https.
Unfoprtunately N8N is nagging with that stupid page that the secure cookie is not set to false.
Changing my local copy of the docker-compose script is annoying as I have to stash the change to include the following env variable:
N8N_SECURE_COOKIE=false
Could you please add that to docker-compose.yml or (better yet) include it in the env file and reference it from docker-compose.yml?
Or do you prefer a PR for such things?