docs: guide to -p flag usage

This commit is contained in:
17ms 2024-08-15 22:44:26 +03:00
parent ec38a2c35b
commit e96b9739b8
Signed by untrusted user who does not match committer: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -26,5 +26,13 @@ The included `deploy.sh` shellscript should be used for any kind of (development
```shell ```shell
chmod +x ./scripts/deploy.sh chmod +x ./scripts/deploy.sh
# Add `-y` flag to automatically overwrite existing containers with the same name
./scripts/deploy.sh ./scripts/deploy.sh
``` ```
Use the following command if you wish to proxy the WebSocket connection:
```shell
# Proxy format: <protocol>://<ip>:<port>
./scripts/deploy.sh -p <proxy>
```