diff --git a/README.md b/README.md
index d93843c9442fdbfd621f904b2ce7f6c409e629f3..4c57cedb8a12421ae2d40cd7487d4e4a7caf1d69 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