From e96b9739b86be150eec220e42e4ac45b5f281ad3 Mon Sep 17 00:00:00 2001 From: 17ms Date: Thu, 15 Aug 2024 22:44:26 +0300 Subject: [PATCH] docs: guide to -p flag usage --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f38650b..53a593d 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,13 @@ The included `deploy.sh` shellscript should be used for any kind of (development ```shell chmod +x ./scripts/deploy.sh +# Add `-y` flag to automatically overwrite existing containers with the same name ./scripts/deploy.sh ``` + +Use the following command if you wish to proxy the WebSocket connection: + +```shell +# Proxy format: ://: +./scripts/deploy.sh -p +```