Websocket & N8N

Hi @Jon

Thanks for you reply.

That I understand in my research : Add npm module and python to docker-compose instance
I have to make a docker file with the npm installation.
I’m using a docker run :

sudo docker run -it --rm \
--name n8n \
-p 5678:5678 \
-e WEBHOOK_URL="xxx" \
-e GENERIC_TIMEZONE="Europe/Paris" -e TZ="Europe/Paris" \
-e N8N_PAYLOAD_SIZE_MAX=2024 \
-v n8n_data:/home/node/.n8n \
n8nbackup

It’s possible to transform this to a docker file without loose my data ?