diff --git a/README.md b/README.md index bc4cdab..83bbb09 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ tmux new -d "node index.js" ## Docker ### Quick Run ``` -git clone https://github.com/mroxso/bostr +git clone https://github.com/Yonle/bostr cd bostr docker build -t bostr:local . docker run --rm --name bostr -p 8080:8080 -v ./config.js:/usr/src/app/config.js bostr:local