Hi, I hope you’re doing well.
I’m currently setting up my entire n8n server and workflow using Docker. The issue I’m facing is that every time the container starts, it asks me to create a new user, and then it requires logging in manually.
What I would like to do instead is skip the user creation flow entirely and provide the credentials (username and password) directly via the docker-compose.yml
file, so that everything starts automatically without manual intervention.
Is there a recommended way to achieve this?
Thanks in advance!