I use this command to start the n8n docker version (as in the documentation):
sudo docker run -it --rm --name n8n -p 5678:5678 -v ~/.n8n:/home/node/.n8n n8nio/n8n
After I closed the linux login session or after a period of time, UI shows connection lost.
Is there another command that can start the n8n docker in the background?