[Solution]
- Update the Docker Container
- Stop the Container
- Run rebuild
I missed step 1 and 2. Because the instructions on the UI said to only to run step 3 using the console.
- To update the Docker Container
apt-get update
apt-get dist-upgrade lxc-docker
- Stop the Docker Container
docker container ps
docker stop containerID
- Manual Upgrade of Docker Container
cd /var/discourse/
git pull
./launcher rebuild app
You may have to run the launcher twice.
Reason for Error “bind was already in use”>> Trying to upgrade the discourse while container is running.
I hope this helps someone.