AWS with docker: Can't update to latest version.
Describe the bug Currently running the version 1.8.3 , pulled the latest code from github then restarted the docker build. Still shows version 1.8.3.
To Reproduce Steps to reproduce the behavior:
- connect to EC2 instance.
- go to Flowise folder
- take latest pull using git pull
- got to docker folder
- stop using docker-compose stop
- restart using docker-compose up -d
- open gui , version still not updated
Expected behavior Flowise shoud be on the latest version 1.8.4
Setup
- Installation [Docker on AWS]
- Flowise Version [1.8.3]
- OS: [Linux]
The steps should be correct and working fine, any error logs from docker?
No error logs shown in docker logs
Found the issue i need to do docker-compose pull and then docker-compose up --build -d
Massive thanks @mehrajagdish I have been struggling with this. It seems the commands in the docs no longer have the correct syntax.
Thanks! Updated the docs