What I meant is to go to the /var/discourse directory (it has the discourse_dockergit repository in it). If you just create a directory named discourse_docker you will install a new discourse. What I meant is to run the following (and only the following):
cd /var/discourse
git pull
./launcher rebuild app
Just make sure to stop the new discourse you started.
(Or you can just start a new discourse and restore it)