How to Update n8n-custom

Hi team,

I have embedded n8n-custom code i need to update that code. But i couldn’t find any proper document for it can you please help me to update my n8n-custom.

Thank you

Hey @Tanay_Acro, the exact steps will depend on how exactly you have customized n8n. I’ve shared a possible approach over here. With this specific docker-compose.yml and Dockerfile an update could look like so:

docker pull n8nio/n8n:latest
docker compose build
docker compose up --force-recreate --detach

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.