My n8n instance showed it was a version behind so I tried redeploying the n8n dockploy template as the docker compose file states image: n8nio/n8n:latest
The assumption I made was that by redeploying it, it would pull the latest n8n version. This is not the case. After deployment and heading back to the Domains Tab, validating DNS, clicking the A name pointer I created to access my n8n instance, there is no update. Thankfully my very 1st workflow with Chatbot connected to OpenAI still works
When I review the deployment log, I see no evidence of n8n being updated.
Additionally, When I try access the terminal from dkploy, I am presented with an error
My best guess it is some configuration issue, but what is weird, is that I launch n8n from that image and it is functional
Any ideas?