From 9b6533e06888921b7d0e090b638b0f029fbd0bb0 Mon Sep 17 00:00:00 2001 From: Yonle Date: Wed, 17 Apr 2024 20:18:10 +0700 Subject: [PATCH] README: instruction for docker users that runs bostr with different port Signed-off-by: Yonle --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ab78ef..26ce135 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ cp config.js.example config.js You will then need to edit `config.js` before running the bouncer. +Then, you will need to edit `compose.yaml` to override the forwarded port to match with the one in `config.js`. + #### Running ``` docker build -t bostr:local .