starting a new n8n instance in docker always requires a new user
Information on your n8n setup
n8n version: 1.26
Database (default: SQLite):
**Running n8n via Docker
We’re using n8n as a component of our stack, and during development want to provide each developer with their own n8n instance to use
We were originally able to use - N8N_USER_MANAGEMENT_DISABLED=true in the compose file , but that now seems not to work, and every time a developer starts a workspace they now have to create a user
Is it possible to automate the user creation with a data file or something ? At the moment we’re having to use the /rest/owner/setup api but would much prefer a default way of providing a default user on startup for the first time