From 8605d2ef6777fe5a494842fa75f407e808253c10 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 1 Sep 2019 14:32:51 +0200
Subject: [PATCH] updated readme.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d93843c..4c57ced 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 Just run the following:
 
-docker run -p 3000:3000 --volume="/path/to/qoto:/qoto" qotoorg/qoto-test
+docker run -p 3000:3000 --volume="$PWD:/qoto" qotoorg/qoto-test:1
 
 This will determine what version of ruby the mastodon repo needs, install it into the container, then run bundle and yarn install, setup a database, setup redis and then run the server at http://localhost:3000
-- 
GitLab