diff --git a/Readme.md b/Readme.md index f9b92a917e56ce5e56a4d50f05ac190320330926..af9e1eea4a7ec4046c77bccfc8d3517f811bc337 100644 --- a/Readme.md +++ b/Readme.md @@ -24,4 +24,12 @@ or ```sh docker run --rm -it $(docker build -q .) -``` \ No newline at end of file +``` + +### Notes + +In practice I'm hosting this and `binary-bob` on the same machine, and `BINARY_BOB_URL` is `http://binary-bob-binary-bob-1:3000`, so I run the bot like this: + +```sh +docker run -d --restart unless-stopped --network binary-bob_default --rm -it $(docker build -q .) +```