docs: guide to -p flag usage
This commit is contained in:
parent
ec38a2c35b
commit
e96b9739b8
@ -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>
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user