Describe the problem/error/question
Couple minutes ago I was working with my n8n workflow normally, after I decided to save and do the update since there was update 6 days ago (on the left bottom n8n had notification), after that I stopped my n8n via ssh using sudo docker compose stop and followed the steps to update from the guide that is made for digital ocean n8n setup. Which guides me to do:
docker compose pull
docker compose down
docker compose up -d
I have done all and even tho my n8n starts I can not open it on my browser. I have tried couple of methods via asking ChatGPT etc. but couldnt fix it.
What is the error message (if any)?
Cannot GET /
Information on your n8n setup
- n8n version: Latest
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): own? (not sure about this)
- Running n8n via (Docker, npm, n8n cloud, desktop app): digital ocean droplet (docker)
- Operating system: Ubuntu 22.04