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 +```