“With Docker, every time a service is restarted you will loose your data. However, you can specify which files you want to be persisted by creating mounts”
With either of those 2 options above mentioned (really nice and helpful, by the way), would it be possible to - when running the docker container within the n8n - skip the initial setup (email, first_name, last_name and password, as shown in the image of my initial post) and go straight away to the workflows page (even if it comes empty, no problem)?
You can add N8N_USER_MANAGEMENT_DISABLED=true to the environment. This allows you to bypass signup/login stage. But it isn’t safe so do this only if you want to test locally.
Also the initial setup is only a one-time thing if you mount n8n, so why not go through it?