Hi everyone,
I’m trying to update n8n on my Synology NAS using Docker, but I’m quite inexperienced with Docker and not sure if I’m doing it right.
What I did so far:
- In the Docker app on Synology, I went to the Registry and downloaded the newest
n8nio/n8n
image. - Then I noticed that it created a new image and when I started it, it spun up a completely new container instead of updating the existing one.
- The new container doesn’t seem properly configured (no volumes, env variables, etc.) and is not “linked” to my existing setup.
Is there a proper way to update n8n without breaking the current configuration?
Am I missing something here?
Any advice or a clear step-by-step would be highly appreciated!
Thanks in advance